Lines Matching defs:req
369 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt()
391 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt()
413 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt()
435 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt()
490 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt()
586 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt()
597 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt()
682 static int gcmaes_crypt_by_sg(bool enc, struct aead_request *req, in gcmaes_crypt_by_sg()
812 static int gcmaes_encrypt(struct aead_request *req, unsigned int assoclen, in gcmaes_encrypt()
819 static int gcmaes_decrypt(struct aead_request *req, unsigned int assoclen, in gcmaes_decrypt()
826 static int helper_rfc4106_encrypt(struct aead_request *req) in helper_rfc4106_encrypt()
852 static int helper_rfc4106_decrypt(struct aead_request *req) in helper_rfc4106_decrypt()
983 static int generic_gcmaes_encrypt(struct aead_request *req) in generic_gcmaes_encrypt()
998 static int generic_gcmaes_decrypt(struct aead_request *req) in generic_gcmaes_decrypt()