Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/caam/
Dcaamalg.c1679 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() function
1850 edesc = skcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in skcipher_encrypt()
1887 edesc = skcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in skcipher_decrypt()
Dcaamalg_qi.c1246 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() function
1412 edesc = skcipher_edesc_alloc(req, encrypt); in skcipher_crypt()
Dcaamalg_qi2.c1116 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req) in skcipher_edesc_alloc() function
1484 edesc = skcipher_edesc_alloc(req); in skcipher_encrypt()
1514 edesc = skcipher_edesc_alloc(req); in skcipher_decrypt()