Searched refs:skcipher_decrypt (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/crypto/caam/ |
H A D | caamalg.c | 765 /* skcipher_decrypt shared descriptor */ in skcipher_setkey() 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, [all...] |
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,
|
/linux/drivers/crypto/ |
H A D | talitos.c | 1676 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()
|
/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 1897 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 1899 flow_log("skcipher_decrypt() nbytes:%u\n", req->cryptlen); in skcipher_decrypt() 4390 crypto->decrypt = skcipher_decrypt; in spu_register_skcipher()
|