Lines Matching defs:req
372 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt()
394 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt()
416 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt()
438 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt()
493 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt()
589 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt()
600 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt()
685 static int gcmaes_crypt_by_sg(bool enc, struct aead_request *req, in gcmaes_crypt_by_sg()
815 static int gcmaes_encrypt(struct aead_request *req, unsigned int assoclen, in gcmaes_encrypt()
822 static int gcmaes_decrypt(struct aead_request *req, unsigned int assoclen, in gcmaes_decrypt()
829 static int helper_rfc4106_encrypt(struct aead_request *req) in helper_rfc4106_encrypt()
856 static int helper_rfc4106_decrypt(struct aead_request *req) in helper_rfc4106_decrypt()
988 static int generic_gcmaes_encrypt(struct aead_request *req) in generic_gcmaes_encrypt()
1004 static int generic_gcmaes_decrypt(struct aead_request *req) in generic_gcmaes_decrypt()