Lines Matching defs:areq

988 			    struct aead_request *areq, bool encrypt)  in ipsec_esp_unmap()
1025 struct aead_request *areq = context; in ipsec_esp_encrypt_done() local
1192 static int ipsec_esp(struct talitos_edesc *edesc, struct aead_request *areq, in ipsec_esp()
1416 static struct talitos_edesc *aead_edesc_alloc(struct aead_request *areq, u8 *iv, in aead_edesc_alloc()
1533 struct skcipher_request *areq) in common_nonsnoop_unmap()
1549 struct skcipher_request *areq = context; in skcipher_done() local
1566 struct skcipher_request *areq, in common_nonsnoop()
1638 static struct talitos_edesc *skcipher_edesc_alloc(struct skcipher_request * in skcipher_edesc_alloc()
1650 static int skcipher_encrypt(struct skcipher_request *areq) in skcipher_encrypt()
1675 static int skcipher_decrypt(struct skcipher_request *areq) in skcipher_decrypt()
1701 struct ahash_request *areq) in common_nonsnoop_hash_unmap()
1747 struct ahash_request *areq = context; in ahash_done() local
1786 struct ahash_request *areq, unsigned int length, in common_nonsnoop_hash()
1911 static struct talitos_edesc *ahash_edesc_alloc(struct ahash_request *areq, in ahash_edesc_alloc()
1927 static int ahash_init(struct ahash_request *areq) in ahash_init()
1957 static int ahash_init_sha224_swinit(struct ahash_request *areq) in ahash_init_sha224_swinit()
1980 static int ahash_process_req(struct ahash_request *areq, unsigned int nbytes) in ahash_process_req()
2092 static int ahash_update(struct ahash_request *areq) in ahash_update()
2101 static int ahash_final(struct ahash_request *areq) in ahash_final()
2110 static int ahash_finup(struct ahash_request *areq) in ahash_finup()
2119 static int ahash_digest(struct ahash_request *areq) in ahash_digest()
2130 static int ahash_export(struct ahash_request *areq, void *out) in ahash_export()
2155 static int ahash_import(struct ahash_request *areq, const void *in) in ahash_import()