Home
last modified time | relevance | path

Searched refs:skcipher_encrypt (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/crypto/caam/
Dcaamalg.c1877 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,
Dcaamalg_qi.c1471 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,
Dcaamalg_qi2.c1476 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/
Dtalitos.c1651 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/
Dcipher.c1889 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function
4385 crypto->encrypt = skcipher_encrypt; in spu_register_skcipher()