Lines Matching defs:req

94 	struct aead_request *req)  in crypto_gcm_reqctx()
101 static void crypto_gcm_setkey_done(struct crypto_async_request *req, int err) in crypto_gcm_setkey_done()
125 struct ablkcipher_request req; in crypto_gcm_setkey() member
195 static void crypto_gcm_init_common(struct aead_request *req) in crypto_gcm_init_common()
220 static void crypto_gcm_init_crypt(struct aead_request *req, in crypto_gcm_init_crypt()
245 static int gcm_hash_update(struct aead_request *req, in gcm_hash_update()
259 static int gcm_hash_remain(struct aead_request *req, in gcm_hash_remain()
266 static int gcm_hash_len(struct aead_request *req, u32 flags) in gcm_hash_len()
284 static int gcm_hash_len_continue(struct aead_request *req, u32 flags) in gcm_hash_len_continue()
294 struct aead_request *req = areq->data; in gcm_hash_len_done() local
307 static int gcm_hash_crypt_remain_continue(struct aead_request *req, u32 flags) in gcm_hash_crypt_remain_continue()
316 struct aead_request *req = areq->data; in gcm_hash_crypt_remain_done() local
329 static int gcm_hash_crypt_continue(struct aead_request *req, u32 flags) in gcm_hash_crypt_continue()
346 struct aead_request *req = areq->data; in gcm_hash_crypt_done() local
359 static int gcm_hash_assoc_remain_continue(struct aead_request *req, u32 flags) in gcm_hash_assoc_remain_continue()
375 struct aead_request *req = areq->data; in gcm_hash_assoc_remain_done() local
388 static int gcm_hash_assoc_continue(struct aead_request *req, u32 flags) in gcm_hash_assoc_continue()
403 struct aead_request *req = areq->data; in gcm_hash_assoc_done() local
416 static int gcm_hash_init_continue(struct aead_request *req, u32 flags) in gcm_hash_init_continue()
428 struct aead_request *req = areq->data; in gcm_hash_init_done() local
441 static int gcm_hash(struct aead_request *req, u32 flags) in gcm_hash()
454 static int gcm_enc_copy_hash(struct aead_request *req, u32 flags) in gcm_enc_copy_hash()
467 static int gcm_encrypt_continue(struct aead_request *req, u32 flags) in gcm_encrypt_continue()
481 struct aead_request *req = areq->data; in gcm_encrypt_done() local
494 static int crypto_gcm_encrypt(struct aead_request *req) in crypto_gcm_encrypt()
508 static int crypto_gcm_verify(struct aead_request *req) in crypto_gcm_verify()
525 struct aead_request *req = areq->data; in gcm_decrypt_done() local
533 static int gcm_dec_hash_continue(struct aead_request *req, u32 flags) in gcm_dec_hash_continue()
544 static int crypto_gcm_decrypt(struct aead_request *req) in crypto_gcm_decrypt()
823 static struct aead_request *crypto_rfc4106_crypt(struct aead_request *req) in crypto_rfc4106_crypt()
864 static int crypto_rfc4106_encrypt(struct aead_request *req) in crypto_rfc4106_encrypt()
874 static int crypto_rfc4106_decrypt(struct aead_request *req) in crypto_rfc4106_decrypt()
1049 static int crypto_rfc4543_crypt(struct aead_request *req, bool enc) in crypto_rfc4543_crypt()
1080 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc) in crypto_rfc4543_copy_src_to_dst()
1094 static int crypto_rfc4543_encrypt(struct aead_request *req) in crypto_rfc4543_encrypt()
1099 static int crypto_rfc4543_decrypt(struct aead_request *req) in crypto_rfc4543_decrypt()