Lines Matching defs:req

86 	struct aead_request *req)  in crypto_gcm_reqctx()
93 static void crypto_gcm_setkey_done(struct crypto_async_request *req, int err) in crypto_gcm_setkey_done()
117 struct ablkcipher_request req; in crypto_gcm_setkey() member
190 struct aead_request *req, in crypto_gcm_init_crypt()
229 static int gcm_hash_update(struct aead_request *req, in gcm_hash_update()
244 static int gcm_hash_remain(struct aead_request *req, in gcm_hash_remain()
259 static int gcm_hash_len(struct aead_request *req, in gcm_hash_len()
278 static int gcm_hash_final(struct aead_request *req, in gcm_hash_final()
290 static void __gcm_hash_final_done(struct aead_request *req, int err) in __gcm_hash_final_done()
303 struct aead_request *req = areq->data; in gcm_hash_final_done() local
308 static void __gcm_hash_len_done(struct aead_request *req, int err) in __gcm_hash_len_done()
323 struct aead_request *req = areq->data; in gcm_hash_len_done() local
328 static void __gcm_hash_crypt_remain_done(struct aead_request *req, int err) in __gcm_hash_crypt_remain_done()
344 struct aead_request *req = areq->data; in gcm_hash_crypt_remain_done() local
349 static void __gcm_hash_crypt_done(struct aead_request *req, int err) in __gcm_hash_crypt_done()
369 struct aead_request *req = areq->data; in gcm_hash_crypt_done() local
374 static void __gcm_hash_assoc_remain_done(struct aead_request *req, int err) in __gcm_hash_assoc_remain_done()
400 struct aead_request *req = areq->data; in gcm_hash_assoc_remain_done() local
405 static void __gcm_hash_assoc_done(struct aead_request *req, int err) in __gcm_hash_assoc_done()
424 struct aead_request *req = areq->data; in gcm_hash_assoc_done() local
429 static void __gcm_hash_init_done(struct aead_request *req, int err) in __gcm_hash_init_done()
453 struct aead_request *req = areq->data; in gcm_hash_init_done() local
458 static int gcm_hash(struct aead_request *req, in gcm_hash()
507 static void gcm_enc_copy_hash(struct aead_request *req, in gcm_enc_copy_hash()
517 static void gcm_enc_hash_done(struct aead_request *req, int err) in gcm_enc_hash_done()
529 struct aead_request *req = areq->data; in gcm_encrypt_done() local
545 static int crypto_gcm_encrypt(struct aead_request *req) in crypto_gcm_encrypt()
574 static int crypto_gcm_verify(struct aead_request *req, in crypto_gcm_verify()
590 struct aead_request *req = areq->data; in gcm_decrypt_done() local
599 static void gcm_dec_hash_done(struct aead_request *req, int err) in gcm_dec_hash_done()
619 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()
1062 struct aead_request *req) in crypto_rfc4543_reqctx()
1105 struct aead_request *req = areq->data; in crypto_rfc4543_done() local
1118 static struct aead_request *crypto_rfc4543_crypt(struct aead_request *req, in crypto_rfc4543_crypt()
1182 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc) in crypto_rfc4543_copy_src_to_dst()
1195 static int crypto_rfc4543_encrypt(struct aead_request *req) in crypto_rfc4543_encrypt()
1219 static int crypto_rfc4543_decrypt(struct aead_request *req) in crypto_rfc4543_decrypt()