Searched refs:cpt_des_setkey (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_algs.c | 440 static int cpt_des_setkey(struct crypto_skcipher *tfm, const u8 *key, in cpt_des_setkey() function 503 return cpt_des_setkey(tfm, key, keylen, OTX2_CPT_DES3_CBC); in otx2_cpt_skcipher_cbc_des3_setkey() 509 return cpt_des_setkey(tfm, key, keylen, OTX2_CPT_DES3_ECB); in otx2_cpt_skcipher_ecb_des3_setkey()
|
/openbmc/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_algs.c | 423 static int cpt_des_setkey(struct crypto_skcipher *tfm, const u8 *key, in cpt_des_setkey() function 486 return cpt_des_setkey(tfm, key, keylen, OTX_CPT_DES3_CBC); in otx_cpt_skcipher_cbc_des3_setkey() 492 return cpt_des_setkey(tfm, key, keylen, OTX_CPT_DES3_ECB); in otx_cpt_skcipher_ecb_des3_setkey()
|