Lines Matching defs:req
86 struct aead_request *req) in crypto_gcm_reqctx()
106 struct skcipher_request req; in crypto_gcm_setkey() member
158 static void crypto_gcm_init_common(struct aead_request *req) in crypto_gcm_init_common()
183 static void crypto_gcm_init_crypt(struct aead_request *req, in crypto_gcm_init_crypt()
208 static int gcm_hash_update(struct aead_request *req, in gcm_hash_update()
222 static int gcm_hash_remain(struct aead_request *req, in gcm_hash_remain()
229 static int gcm_hash_len(struct aead_request *req, u32 flags) in gcm_hash_len()
247 static int gcm_hash_len_continue(struct aead_request *req, u32 flags) in gcm_hash_len_continue()
257 struct aead_request *req = areq->data; in gcm_hash_len_done() local
270 static int gcm_hash_crypt_remain_continue(struct aead_request *req, u32 flags) in gcm_hash_crypt_remain_continue()
279 struct aead_request *req = areq->data; in gcm_hash_crypt_remain_done() local
292 static int gcm_hash_crypt_continue(struct aead_request *req, u32 flags) in gcm_hash_crypt_continue()
309 struct aead_request *req = areq->data; in gcm_hash_crypt_done() local
322 static int gcm_hash_assoc_remain_continue(struct aead_request *req, u32 flags) in gcm_hash_assoc_remain_continue()
338 struct aead_request *req = areq->data; in gcm_hash_assoc_remain_done() local
351 static int gcm_hash_assoc_continue(struct aead_request *req, u32 flags) in gcm_hash_assoc_continue()
366 struct aead_request *req = areq->data; in gcm_hash_assoc_done() local
379 static int gcm_hash_init_continue(struct aead_request *req, u32 flags) in gcm_hash_init_continue()
391 struct aead_request *req = areq->data; in gcm_hash_init_done() local
404 static int gcm_hash(struct aead_request *req, u32 flags) in gcm_hash()
417 static int gcm_enc_copy_hash(struct aead_request *req, u32 flags) in gcm_enc_copy_hash()
430 static int gcm_encrypt_continue(struct aead_request *req, u32 flags) in gcm_encrypt_continue()
444 struct aead_request *req = areq->data; in gcm_encrypt_done() local
457 static int crypto_gcm_encrypt(struct aead_request *req) in crypto_gcm_encrypt()
471 static int crypto_gcm_verify(struct aead_request *req) in crypto_gcm_verify()
488 struct aead_request *req = areq->data; in gcm_decrypt_done() local
496 static int gcm_dec_hash_continue(struct aead_request *req, u32 flags) in gcm_dec_hash_continue()
507 static int crypto_gcm_decrypt(struct aead_request *req) in crypto_gcm_decrypt()
761 static struct aead_request *crypto_rfc4106_crypt(struct aead_request *req) in crypto_rfc4106_crypt()
802 static int crypto_rfc4106_encrypt(struct aead_request *req) in crypto_rfc4106_encrypt()
815 static int crypto_rfc4106_decrypt(struct aead_request *req) in crypto_rfc4106_decrypt()
988 static int crypto_rfc4543_crypt(struct aead_request *req, bool enc) in crypto_rfc4543_crypt()
1019 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc) in crypto_rfc4543_copy_src_to_dst()
1035 static int crypto_rfc4543_encrypt(struct aead_request *req) in crypto_rfc4543_encrypt()
1041 static int crypto_rfc4543_decrypt(struct aead_request *req) in crypto_rfc4543_decrypt()