Searched refs:skcipher_encrypt (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/crypto/caam/ |
D | caamalg.c | 1850 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 1869 .encrypt = skcipher_encrypt, 1885 .encrypt = skcipher_encrypt, 1901 .encrypt = skcipher_encrypt, 1917 .encrypt = skcipher_encrypt, 1935 .encrypt = skcipher_encrypt, 1959 .encrypt = skcipher_encrypt, 1975 .encrypt = skcipher_encrypt, 1990 .encrypt = skcipher_encrypt, 2005 .encrypt = skcipher_encrypt,
|
D | caamalg_qi.c | 1455 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 1474 .encrypt = skcipher_encrypt, 1490 .encrypt = skcipher_encrypt, 1506 .encrypt = skcipher_encrypt, 1522 .encrypt = skcipher_encrypt, 1540 .encrypt = skcipher_encrypt, 1564 .encrypt = skcipher_encrypt,
|
D | caamalg_qi2.c | 1470 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 1674 .encrypt = skcipher_encrypt, 1690 .encrypt = skcipher_encrypt, 1706 .encrypt = skcipher_encrypt, 1722 .encrypt = skcipher_encrypt, 1740 .encrypt = skcipher_encrypt, 1764 .encrypt = skcipher_encrypt, 1780 .encrypt = skcipher_encrypt,
|
/Linux-v5.10/drivers/crypto/ |
D | talitos.c | 1646 static int skcipher_encrypt(struct skcipher_request *areq) in skcipher_encrypt() function 3178 t_alg->algt.alg.skcipher.encrypt = skcipher_encrypt; in talitos_alg_alloc()
|
/Linux-v5.10/drivers/crypto/bcm/ |
D | cipher.c | 1892 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 4474 crypto->encrypt = skcipher_encrypt; in spu_register_skcipher()
|