Searched refs:skcipher_edesc_alloc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | talitos.c | 1638 static struct talitos_edesc *skcipher_edesc_alloc(struct skcipher_request * in skcipher_edesc_alloc() function 1665 edesc = skcipher_edesc_alloc(areq, true); in skcipher_encrypt() 1690 edesc = skcipher_edesc_alloc(areq, false); in skcipher_decrypt()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | talitos.c | 1639 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()
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 1244 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()
|
H A D | caamalg_qi2.c | 1107 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req) in skcipher_edesc_alloc() function 1502 edesc = skcipher_edesc_alloc(req); in skcipher_encrypt() 1552 edesc = skcipher_edesc_alloc(req); in skcipher_decrypt()
|
H A D | caamalg.c | 1594 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req, in skcipher_edesc_alloc() function 1820 edesc = skcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in skcipher_crypt()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 1254 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 D | caamalg_qi2.c | 1112 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()
|
H A D | caamalg.c | 1612 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()
|
Completed in 35 milliseconds