Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamalg.c1855 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1870 .decrypt = skcipher_decrypt,
1886 .decrypt = skcipher_decrypt,
1902 .decrypt = skcipher_decrypt,
1918 .decrypt = skcipher_decrypt,
1936 .decrypt = skcipher_decrypt,
1960 .decrypt = skcipher_decrypt,
1976 .decrypt = skcipher_decrypt,
1991 .decrypt = skcipher_decrypt,
2006 .decrypt = skcipher_decrypt,
H A Dcaamalg_qi.c1460 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1475 .decrypt = skcipher_decrypt,
1491 .decrypt = skcipher_decrypt,
1507 .decrypt = skcipher_decrypt,
1523 .decrypt = skcipher_decrypt,
1541 .decrypt = skcipher_decrypt,
1565 .decrypt = skcipher_decrypt,
H A Dcaamalg_qi2.c1520 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1676 .decrypt = skcipher_decrypt,
1692 .decrypt = skcipher_decrypt,
1708 .decrypt = skcipher_decrypt,
1724 .decrypt = skcipher_decrypt,
1742 .decrypt = skcipher_decrypt,
1766 .decrypt = skcipher_decrypt,
1782 .decrypt = skcipher_decrypt,
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dtalitos.c1675 static int skcipher_decrypt(struct skcipher_request *areq) in skcipher_decrypt() function
3199 t_alg->algt.alg.skcipher.decrypt = skcipher_decrypt; in talitos_alg_alloc()
/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dcipher.c1899 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
4475 crypto->decrypt = skcipher_decrypt; in spu_register_skcipher()