Home
last modified time | relevance | path

Searched refs:ablkcipher_edesc_alloc (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/crypto/caam/
Dcaamalg.c1481 static struct ablkcipher_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request in ablkcipher_edesc_alloc() function
1612 edesc = ablkcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in ablkcipher_encrypt()
1647 edesc = ablkcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in ablkcipher_decrypt()
Dcaamalg_qi.c1193 static struct ablkcipher_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request in ablkcipher_edesc_alloc() function
1484 edesc = ablkcipher_edesc_alloc(req, encrypt); in ablkcipher_crypt()
/Linux-v4.19/drivers/crypto/
Dtalitos.c1664 static struct talitos_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request * in ablkcipher_edesc_alloc() function
1683 edesc = ablkcipher_edesc_alloc(areq, true); in ablkcipher_encrypt()
1700 edesc = ablkcipher_edesc_alloc(areq, false); in ablkcipher_decrypt()