Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamalg.c1962 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function
1981 .encrypt = skcipher_encrypt,
2002 .encrypt = skcipher_encrypt,
2021 .encrypt = skcipher_encrypt,
2040 .encrypt = skcipher_encrypt,
2059 .encrypt = skcipher_encrypt,
2080 .encrypt = skcipher_encrypt,
2107 .encrypt = skcipher_encrypt,
2126 .encrypt = skcipher_encrypt,
2144 .encrypt = skcipher_encrypt,
[all …]
H A 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,
H A Dcaamalg_qi2.c1477 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function
1684 .encrypt = skcipher_encrypt,
1700 .encrypt = skcipher_encrypt,
1716 .encrypt = skcipher_encrypt,
1732 .encrypt = skcipher_encrypt,
1750 .encrypt = skcipher_encrypt,
1774 .encrypt = skcipher_encrypt,
1790 .encrypt = skcipher_encrypt,
/linux/drivers/crypto/bcm/
H A Dcipher.c1884 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function
4383 crypto->encrypt = skcipher_encrypt; in spu_register_skcipher()