Searched refs:FLAGS_RFC4106_GCM (Results 1 – 2 of 2) sorted by relevance
101 if (dd->flags & FLAGS_RFC4106_GCM) in omap_aes_gcm_copy_buffers()254 if (mode & FLAGS_RFC4106_GCM) in omap_aes_gcm_crypt()297 FLAGS_RFC4106_GCM); in omap_aes_4106gcm_encrypt()308 omap_aes_gcm_crypt(req, FLAGS_GCM | FLAGS_RFC4106_GCM); in omap_aes_4106gcm_decrypt()
79 #define FLAGS_RFC4106_GCM BIT(4) macro