Searched refs:skcipher_encrypt (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/crypto/caam/ |
D | caamalg.c | 1876 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 1895 .encrypt = skcipher_encrypt, 1914 .encrypt = skcipher_encrypt, 1933 .encrypt = skcipher_encrypt, 1952 .encrypt = skcipher_encrypt, 1973 .encrypt = skcipher_encrypt, 2000 .encrypt = skcipher_encrypt, 2019 .encrypt = skcipher_encrypt, 2037 .encrypt = skcipher_encrypt, 2055 .encrypt = skcipher_encrypt,
|
D | caamalg_qi.c | 1471 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 1490 .encrypt = skcipher_encrypt, 1506 .encrypt = skcipher_encrypt, 1522 .encrypt = skcipher_encrypt, 1538 .encrypt = skcipher_encrypt, 1556 .encrypt = skcipher_encrypt, 1580 .encrypt = skcipher_encrypt,
|
D | caamalg_qi2.c | 1475 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 1682 .encrypt = skcipher_encrypt, 1698 .encrypt = skcipher_encrypt, 1714 .encrypt = skcipher_encrypt, 1730 .encrypt = skcipher_encrypt, 1748 .encrypt = skcipher_encrypt, 1772 .encrypt = skcipher_encrypt, 1788 .encrypt = skcipher_encrypt,
|
/Linux-v6.6/drivers/crypto/ |
D | talitos.c | 1651 static int skcipher_encrypt(struct skcipher_request *areq) in skcipher_encrypt() function 3199 t_alg->algt.alg.skcipher.encrypt = skcipher_encrypt; in talitos_alg_alloc()
|
/Linux-v6.6/drivers/crypto/bcm/ |
D | cipher.c | 1889 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 4442 crypto->encrypt = skcipher_encrypt; in spu_register_skcipher()
|