Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c340 static inline int cpt_enc_dec(struct skcipher_request *req, u32 enc) in cpt_enc_dec() function
385 return cpt_enc_dec(req, true); in otx_cpt_skcipher_encrypt()
390 return cpt_enc_dec(req, false); in otx_cpt_skcipher_decrypt()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c348 static inline int cpt_enc_dec(struct skcipher_request *req, u32 enc) in cpt_enc_dec() function
399 return cpt_enc_dec(req, true); in otx2_cpt_skcipher_encrypt()
404 return cpt_enc_dec(req, false); in otx2_cpt_skcipher_decrypt()