Searched defs:aead (Results 1 – 10 of 10) sorted by relevance
/net/tipc/ |
D | crypto.c | 206 struct tipc_aead __rcu *aead[KEY_MAX + 1]; member 240 struct tipc_aead *aead; member 247 struct tipc_aead *aead; member 383 static struct tipc_aead *tipc_aead_get(struct tipc_aead __rcu *aead) in tipc_aead_get() 396 static inline void tipc_aead_put(struct tipc_aead *aead) in tipc_aead_put() 408 struct tipc_aead *aead = container_of(rp, struct tipc_aead, rcu); in tipc_aead_free() local 431 static int tipc_aead_users(struct tipc_aead __rcu *aead) in tipc_aead_users() 445 static void tipc_aead_users_inc(struct tipc_aead __rcu *aead, int lim) in tipc_aead_users_inc() 456 static void tipc_aead_users_dec(struct tipc_aead __rcu *aead, int lim) in tipc_aead_users_dec() 467 static void tipc_aead_users_set(struct tipc_aead __rcu *aead, int val) in tipc_aead_users_set() [all …]
|
/net/ipv4/ |
D | esp4.c | 46 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int extralen) in esp_alloc_tmp() 73 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int extralen) in esp_tmp_iv() 80 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() 90 static inline struct scatterlist *esp_req_sg(struct crypto_aead *aead, in esp_req_sg() 100 struct crypto_aead *aead = x->data; in esp_ssg_unref() local 543 struct crypto_aead *aead; in esp_output_tail() local 660 struct crypto_aead *aead; in esp_output() local 709 struct crypto_aead *aead = x->data; in esp_remove_trailer() local 757 struct crypto_aead *aead = x->data; in esp_input_done2() local 887 struct crypto_aead *aead = x->data; in esp_input() local [all …]
|
D | esp4_offload.c | 194 struct crypto_aead *aead; in esp4_gso_segment() local 236 struct crypto_aead *aead = x->data; in esp_input_tail() local 255 struct crypto_aead *aead; in esp_xmit() local
|
/net/ipv6/ |
D | esp6.c | 63 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqihlen) in esp_alloc_tmp() 90 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv() 97 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() 107 static inline struct scatterlist *esp_req_sg(struct crypto_aead *aead, in esp_req_sg() 118 struct crypto_aead *aead = x->data; in esp_ssg_unref() local 580 struct crypto_aead *aead; in esp6_output_tail() local 697 struct crypto_aead *aead; in esp6_output() local 746 struct crypto_aead *aead = x->data; in esp_remove_trailer() local 793 struct crypto_aead *aead = x->data; in esp6_input_done2() local 930 struct crypto_aead *aead = x->data; in esp6_input() local [all …]
|
D | esp6_offload.c | 233 struct crypto_aead *aead; in esp6_gso_segment() local 273 struct crypto_aead *aead = x->data; in esp6_input_tail() local 292 struct crypto_aead *aead; in esp6_xmit() local
|
/net/tls/ |
D | tls_device_fallback.c | 49 struct crypto_aead *aead, char *aad, in tls_enc_record() 121 struct crypto_aead *aead) in tls_init_aead_request() 127 static struct aead_request *tls_alloc_aead_request(struct crypto_aead *aead, in tls_alloc_aead_request() 141 struct crypto_aead *aead, struct scatterlist *sg_in, in tls_enc_records()
|
D | tls_sw.c | 2316 struct crypto_aead **aead; in tls_set_sw_offload() local
|
/net/xfrm/ |
D | xfrm_algo.c | 734 const struct xfrm_aead_name *aead = data; in xfrm_aead_name_match() local
|
D | xfrm_state.c | 2588 struct crypto_aead *aead; in xfrm_state_mtu() local
|
D | xfrm_user.c | 899 static int copy_to_user_aead(struct xfrm_algo_aead *aead, struct sk_buff *skb) in copy_to_user_aead()
|