Lines Matching defs:areq

989 			    struct aead_request *areq, bool encrypt)  in ipsec_esp_unmap()
1026 struct aead_request *areq = context; in ipsec_esp_encrypt_done() local
1193 static int ipsec_esp(struct talitos_edesc *edesc, struct aead_request *areq, in ipsec_esp()
1417 static struct talitos_edesc *aead_edesc_alloc(struct aead_request *areq, u8 *iv, in aead_edesc_alloc()
1534 struct skcipher_request *areq) in common_nonsnoop_unmap()
1550 struct skcipher_request *areq = context; in skcipher_done() local
1567 struct skcipher_request *areq, in common_nonsnoop()
1639 static struct talitos_edesc *skcipher_edesc_alloc(struct skcipher_request * in skcipher_edesc_alloc()
1651 static int skcipher_encrypt(struct skcipher_request *areq) in skcipher_encrypt()
1676 static int skcipher_decrypt(struct skcipher_request *areq) in skcipher_decrypt()
1702 struct ahash_request *areq) in common_nonsnoop_hash_unmap()
1748 struct ahash_request *areq = context; in ahash_done() local
1787 struct ahash_request *areq, unsigned int length, in common_nonsnoop_hash()
1912 static struct talitos_edesc *ahash_edesc_alloc(struct ahash_request *areq, in ahash_edesc_alloc()
1928 static int ahash_init(struct ahash_request *areq) in ahash_init()
1958 static int ahash_init_sha224_swinit(struct ahash_request *areq) in ahash_init_sha224_swinit()
1981 static int ahash_process_req(struct ahash_request *areq, unsigned int nbytes) in ahash_process_req()
2093 static int ahash_update(struct ahash_request *areq) in ahash_update()
2102 static int ahash_final(struct ahash_request *areq) in ahash_final()
2111 static int ahash_finup(struct ahash_request *areq) in ahash_finup()
2120 static int ahash_digest(struct ahash_request *areq) in ahash_digest()
2131 static int ahash_export(struct ahash_request *areq, void *out) in ahash_export()
2156 static int ahash_import(struct ahash_request *areq, const void *in) in ahash_import()