Searched refs:cpt_des_setkey (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c422 static int cpt_des_setkey(struct crypto_skcipher *tfm, const u8 *key, function
479 return cpt_des_setkey(tfm, key, keylen, OTX_CPT_DES3_CBC);
485 return cpt_des_setkey(tfm, key, keylen, OTX_CPT_DES3_ECB);
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c443 static int cpt_des_setkey(struct crypto_skcipher *tfm, const u8 *key, function
506 return cpt_des_setkey(tfm, key, keylen, OTX2_CPT_DES3_CBC);
512 return cpt_des_setkey(tfm, key, keylen, OTX2_CPT_DES3_ECB);

Completed in 178 milliseconds