Searched refs:cpt_aes_setkey (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/crypto/marvell/octeontx/ |
| D | otx_cptvf_algs.c | 437 static int cpt_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in cpt_aes_setkey() function 466 return cpt_aes_setkey(tfm, key, keylen, OTX_CPT_AES_CBC); in otx_cpt_skcipher_cbc_aes_setkey() 472 return cpt_aes_setkey(tfm, key, keylen, OTX_CPT_AES_ECB); in otx_cpt_skcipher_ecb_aes_setkey() 478 return cpt_aes_setkey(tfm, key, keylen, OTX_CPT_AES_CFB); in otx_cpt_skcipher_cfb_aes_setkey()
|