Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamalg.c1967 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1982 .decrypt = skcipher_decrypt,
2003 .decrypt = skcipher_decrypt,
2022 .decrypt = skcipher_decrypt,
2041 .decrypt = skcipher_decrypt,
2060 .decrypt = skcipher_decrypt,
2081 .decrypt = skcipher_decrypt,
2108 .decrypt = skcipher_decrypt,
2127 .decrypt = skcipher_decrypt,
2145 .decrypt = skcipher_decrypt,
[all …]
H A Dcaamalg_qi.c1476 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1491 .decrypt = skcipher_decrypt,
1507 .decrypt = skcipher_decrypt,
1523 .decrypt = skcipher_decrypt,
1539 .decrypt = skcipher_decrypt,
1557 .decrypt = skcipher_decrypt,
1581 .decrypt = skcipher_decrypt,
H A Dcaamalg_qi2.c1527 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1685 .decrypt = skcipher_decrypt,
1701 .decrypt = skcipher_decrypt,
1717 .decrypt = skcipher_decrypt,
1733 .decrypt = skcipher_decrypt,
1751 .decrypt = skcipher_decrypt,
1775 .decrypt = skcipher_decrypt,
1791 .decrypt = skcipher_decrypt,
/linux/drivers/crypto/bcm/
H A Dcipher.c1891 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
4384 crypto->decrypt = skcipher_decrypt; in spu_register_skcipher()