Searched refs:FLAGS_RFC4106_GCM (Results 1 – 2 of 2) sorted by relevance
104 if (dd->flags & FLAGS_RFC4106_GCM) in omap_aes_gcm_copy_buffers()321 if (mode & FLAGS_RFC4106_GCM) in omap_aes_gcm_crypt()363 FLAGS_RFC4106_GCM); in omap_aes_4106gcm_encrypt()373 return omap_aes_gcm_crypt(req, FLAGS_GCM | FLAGS_RFC4106_GCM); in omap_aes_4106gcm_decrypt()
82 #define FLAGS_RFC4106_GCM BIT(4) macro