Home
last modified time | relevance | path

Searched refs:FLAGS_RFC4106_GCM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/
H A Domap-aes-gcm.c104 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()
H A Domap-aes.h78 #define FLAGS_RFC4106_GCM BIT(4) macro