Home
last modified time | relevance | path

Searched refs:skcipher_edesc_alloc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/crypto/
Dtalitos.c1634 static struct talitos_edesc *skcipher_edesc_alloc(struct skcipher_request * in skcipher_edesc_alloc() function
1661 edesc = skcipher_edesc_alloc(areq, true); in skcipher_encrypt()
1686 edesc = skcipher_edesc_alloc(areq, false); in skcipher_decrypt()
/Linux-v5.10/drivers/crypto/caam/
Dcaamalg_qi.c1244 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() function
1440 edesc = skcipher_edesc_alloc(req, encrypt); in skcipher_crypt()
Dcaamalg.c1593 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() function
1819 edesc = skcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in skcipher_crypt()
Dcaamalg_qi2.c1106 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req) in skcipher_edesc_alloc() function
1501 edesc = skcipher_edesc_alloc(req); in skcipher_encrypt()
1551 edesc = skcipher_edesc_alloc(req); in skcipher_decrypt()