Home
last modified time | relevance | path

Searched defs:aead (Results 1 – 3 of 3) sorted by relevance

/net/ipv6/
Desp6.c65 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqihlen) in esp_alloc_tmp()
92 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv()
100 struct crypto_aead *aead, u8 *iv) in esp_tmp_givreq()
110 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req()
120 static inline struct scatterlist *esp_req_sg(struct crypto_aead *aead, in esp_req_sg()
129 struct crypto_aead *aead, struct aead_givcrypt_request *req) in esp_givreq_sg()
148 struct crypto_aead *aead; in esp6_output() local
270 struct crypto_aead *aead = x->data; in esp_input_done2() local
323 struct crypto_aead *aead = x->data; in esp6_input() local
411 struct crypto_aead *aead = x->data; in esp6_get_mtu() local
[all …]
/net/ipv4/
Desp4.c38 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqhilen) in esp_alloc_tmp()
64 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv()
72 struct crypto_aead *aead, u8 *iv) in esp_tmp_givreq()
82 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req()
92 static inline struct scatterlist *esp_req_sg(struct crypto_aead *aead, in esp_req_sg()
101 struct crypto_aead *aead, struct aead_givcrypt_request *req) in esp_givreq_sg()
120 struct crypto_aead *aead; in esp_output() local
279 struct crypto_aead *aead = x->data; in esp_input_done2() local
374 struct crypto_aead *aead = x->data; in esp_input() local
456 struct crypto_aead *aead = x->data; in esp4_get_mtu() local
[all …]
/net/xfrm/
Dxfrm_algo.c713 const struct xfrm_aead_name *aead = data; in xfrm_aead_name_match() local