Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c28 #define AES_GCM_SALT_SIZE 4 macro
941 case AES_KEYSIZE_128 + AES_GCM_SALT_SIZE: in otx_cpt_aead_gcm_aes_setkey()
945 case AES_KEYSIZE_192 + AES_GCM_SALT_SIZE: in otx_cpt_aead_gcm_aes_setkey()
949 case AES_KEYSIZE_256 + AES_GCM_SALT_SIZE: in otx_cpt_aead_gcm_aes_setkey()
1001 AES_GCM_SALT_SIZE); in create_aead_ctx_hdr()