Searched refs:skcipher_encrypt (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/crypto/caam/ |
D | caamalg.c | 1877 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 1896 .encrypt = skcipher_encrypt, 1915 .encrypt = skcipher_encrypt, 1934 .encrypt = skcipher_encrypt, 1953 .encrypt = skcipher_encrypt, 1974 .encrypt = skcipher_encrypt, 2001 .encrypt = skcipher_encrypt, 2020 .encrypt = skcipher_encrypt, 2038 .encrypt = skcipher_encrypt, 2056 .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 | 1476 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 1683 .encrypt = skcipher_encrypt, 1699 .encrypt = skcipher_encrypt, 1715 .encrypt = skcipher_encrypt, 1731 .encrypt = skcipher_encrypt, 1749 .encrypt = skcipher_encrypt, 1773 .encrypt = skcipher_encrypt, 1789 .encrypt = skcipher_encrypt,
|
/linux-6.12.1/drivers/crypto/ |
D | talitos.c | 1651 static int skcipher_encrypt(struct skcipher_request *areq) in skcipher_encrypt() function 3198 t_alg->algt.alg.skcipher.encrypt = skcipher_encrypt; in talitos_alg_alloc()
|
/linux-6.12.1/drivers/crypto/bcm/ |
D | cipher.c | 1889 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 4385 crypto->encrypt = skcipher_encrypt; in spu_register_skcipher()
|