Searched refs:skcipher_decrypt (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamalg.c | 1882 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 1897 .decrypt = skcipher_decrypt, 1916 .decrypt = skcipher_decrypt, 1935 .decrypt = skcipher_decrypt, 1954 .decrypt = skcipher_decrypt, 1975 .decrypt = skcipher_decrypt, 2002 .decrypt = skcipher_decrypt, 2021 .decrypt = skcipher_decrypt, 2039 .decrypt = skcipher_decrypt, 2057 .decrypt = skcipher_decrypt,
|
H A D | caamalg_qi.c | 1476 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 D | caamalg_qi2.c | 1526 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 1684 .decrypt = skcipher_decrypt, 1700 .decrypt = skcipher_decrypt, 1716 .decrypt = skcipher_decrypt, 1732 .decrypt = skcipher_decrypt, 1750 .decrypt = skcipher_decrypt, 1774 .decrypt = skcipher_decrypt, 1790 .decrypt = skcipher_decrypt,
|
/openbmc/linux/drivers/crypto/ |
H A D | talitos.c | 1676 static int skcipher_decrypt(struct skcipher_request *areq) in skcipher_decrypt() function 3200 t_alg->algt.alg.skcipher.decrypt = skcipher_decrypt; in talitos_alg_alloc()
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 1896 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 4446 crypto->decrypt = skcipher_decrypt; in spu_register_skcipher()
|