Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcrypto.h160 struct skcipher_givcrypt_request;
270 int (*givencrypt)(struct skcipher_givcrypt_request *req);
271 int (*givdecrypt)(struct skcipher_givcrypt_request *req);
/Linux-v4.19/include/crypto/
Dskcipher.h48 struct skcipher_givcrypt_request { struct
/Linux-v4.19/drivers/crypto/caam/
Dcaamalg_qi.c1173 struct skcipher_givcrypt_request *greq; in ablkcipher_done()
1175 greq = container_of(req, struct skcipher_givcrypt_request, in ablkcipher_done()
1335 struct skcipher_givcrypt_request *creq) in ablkcipher_giv_edesc_alloc()
1517 static int ablkcipher_givencrypt(struct skcipher_givcrypt_request *creq) in ablkcipher_givencrypt()
Dcaamalg.c922 struct skcipher_givcrypt_request *greq; in ablkcipher_encrypt_done()
924 greq = container_of(req, struct skcipher_givcrypt_request, in ablkcipher_encrypt_done()
1683 struct skcipher_givcrypt_request *greq, in ablkcipher_giv_edesc_alloc()
1804 static int ablkcipher_givencrypt(struct skcipher_givcrypt_request *creq) in ablkcipher_givencrypt()