Searched refs:authenc_keys (Results 1 – 2 of 2) sorted by relevance
831 struct crypto_authenc_keys authenc_keys; in otx_cpt_aead_cbc_aes_sha_setkey() local834 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()
920 struct crypto_authenc_keys authenc_keys; in otx2_cpt_aead_cbc_aes_sha_setkey() local922 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()