Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c438 static int cpt_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in cpt_aes_setkey() function
467 return cpt_aes_setkey(tfm, key, keylen, OTX_CPT_AES_CBC); in otx_cpt_skcipher_cbc_aes_setkey()
473 return cpt_aes_setkey(tfm, key, keylen, OTX_CPT_AES_ECB); in otx_cpt_skcipher_ecb_aes_setkey()
479 return cpt_aes_setkey(tfm, key, keylen, OTX_CPT_AES_CFB); in otx_cpt_skcipher_cfb_aes_setkey()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c456 static int cpt_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in cpt_aes_setkey() function
490 return cpt_aes_setkey(tfm, key, keylen, OTX2_CPT_AES_CBC); in otx2_cpt_skcipher_cbc_aes_setkey()
496 return cpt_aes_setkey(tfm, key, keylen, OTX2_CPT_AES_ECB); in otx2_cpt_skcipher_ecb_aes_setkey()