Lines Matching defs:req

79 	struct aead_request *req)  in crypto_gcm_reqctx()
86 static void crypto_gcm_setkey_done(struct crypto_async_request *req, int err) in crypto_gcm_setkey_done()
110 struct ablkcipher_request req; in crypto_gcm_setkey() member
183 struct aead_request *req, in crypto_gcm_init_crypt()
222 static int gcm_hash_update(struct aead_request *req, in gcm_hash_update()
237 static int gcm_hash_remain(struct aead_request *req, in gcm_hash_remain()
252 static int gcm_hash_len(struct aead_request *req, in gcm_hash_len()
271 static int gcm_hash_final(struct aead_request *req, in gcm_hash_final()
283 static void __gcm_hash_final_done(struct aead_request *req, int err) in __gcm_hash_final_done()
296 struct aead_request *req = areq->data; in gcm_hash_final_done() local
301 static void __gcm_hash_len_done(struct aead_request *req, int err) in __gcm_hash_len_done()
316 struct aead_request *req = areq->data; in gcm_hash_len_done() local
321 static void __gcm_hash_crypt_remain_done(struct aead_request *req, int err) in __gcm_hash_crypt_remain_done()
337 struct aead_request *req = areq->data; in gcm_hash_crypt_remain_done() local
342 static void __gcm_hash_crypt_done(struct aead_request *req, int err) in __gcm_hash_crypt_done()
362 struct aead_request *req = areq->data; in gcm_hash_crypt_done() local
367 static void __gcm_hash_assoc_remain_done(struct aead_request *req, int err) in __gcm_hash_assoc_remain_done()
393 struct aead_request *req = areq->data; in gcm_hash_assoc_remain_done() local
398 static void __gcm_hash_assoc_done(struct aead_request *req, int err) in __gcm_hash_assoc_done()
417 struct aead_request *req = areq->data; in gcm_hash_assoc_done() local
422 static void __gcm_hash_init_done(struct aead_request *req, int err) in __gcm_hash_init_done()
446 struct aead_request *req = areq->data; in gcm_hash_init_done() local
451 static int gcm_hash(struct aead_request *req, in gcm_hash()
500 static void gcm_enc_copy_hash(struct aead_request *req, in gcm_enc_copy_hash()
510 static void gcm_enc_hash_done(struct aead_request *req, int err) in gcm_enc_hash_done()
522 struct aead_request *req = areq->data; in gcm_encrypt_done() local
538 static int crypto_gcm_encrypt(struct aead_request *req) in crypto_gcm_encrypt()
567 static int crypto_gcm_verify(struct aead_request *req, in crypto_gcm_verify()
583 struct aead_request *req = areq->data; in gcm_decrypt_done() local
592 static void gcm_dec_hash_done(struct aead_request *req, int err) in gcm_dec_hash_done()
612 static int crypto_gcm_decrypt(struct aead_request *req) in crypto_gcm_decrypt()
898 static struct aead_request *crypto_rfc4106_crypt(struct aead_request *req) in crypto_rfc4106_crypt()
919 static int crypto_rfc4106_encrypt(struct aead_request *req) in crypto_rfc4106_encrypt()
926 static int crypto_rfc4106_decrypt(struct aead_request *req) in crypto_rfc4106_decrypt()
1064 struct aead_request *req) in crypto_rfc4543_reqctx()
1105 static struct aead_request *crypto_rfc4543_crypt(struct aead_request *req, in crypto_rfc4543_crypt()
1159 static int crypto_rfc4543_encrypt(struct aead_request *req) in crypto_rfc4543_encrypt()
1177 static int crypto_rfc4543_decrypt(struct aead_request *req) in crypto_rfc4543_decrypt()