Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c831 struct crypto_authenc_keys authenc_keys; in otx_cpt_aead_cbc_aes_sha_setkey() local
834 status = crypto_authenc_extractkeys(&authenc_keys, key, keylen); in otx_cpt_aead_cbc_aes_sha_setkey()
838 status = aead_hmac_init(cipher, &authenc_keys); in otx_cpt_aead_cbc_aes_sha_setkey()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c920 struct crypto_authenc_keys authenc_keys; in otx2_cpt_aead_cbc_aes_sha_setkey() local
922 return crypto_authenc_extractkeys(&authenc_keys, key, keylen) ?: in otx2_cpt_aead_cbc_aes_sha_setkey()
923 aead_hmac_init(cipher, &authenc_keys); in otx2_cpt_aead_cbc_aes_sha_setkey()