Home
last modified time | relevance | path

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

/linux/drivers/crypto/
H A Dtalitos.c1639 static struct talitos_edesc *skcipher_edesc_alloc(struct skcipher_request * in skcipher_edesc_alloc() function
1666 edesc = skcipher_edesc_alloc(areq, true); in skcipher_encrypt()
1691 edesc = skcipher_edesc_alloc(areq, false); in skcipher_decrypt()
/linux/drivers/crypto/caam/
H A Dcaamalg_qi.c1254 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() function
1456 edesc = skcipher_edesc_alloc(req, encrypt); in skcipher_crypt()
H A Dcaamalg.c1612 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() function
1846 edesc = skcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in skcipher_crypt()
H A Dcaamalg_qi2.c1112 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req) in skcipher_edesc_alloc() function
1507 edesc = skcipher_edesc_alloc(req); in skcipher_encrypt()
1557 edesc = skcipher_edesc_alloc(req); in skcipher_decrypt()