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()255 if (mode & FLAGS_RFC4106_GCM) in omap_aes_gcm_crypt()298 FLAGS_RFC4106_GCM); in omap_aes_4106gcm_encrypt()309 omap_aes_gcm_crypt(req, FLAGS_GCM | FLAGS_RFC4106_GCM); in omap_aes_4106gcm_decrypt()
78 #define FLAGS_RFC4106_GCM BIT(4) macro