Searched defs:mac_ctx (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 73 static void tcp_ao_mac_init(struct tcp_ao_mac_ctx *mac_ctx, in tcp_ao_mac_init() argument 96 void tcp_ao_mac_update(struct tcp_ao_mac_ctx *mac_ctx, const void *data, in tcp_ao_mac_update() argument 114 tcp_ao_mac_final(struct tcp_ao_mac_ctx * mac_ctx,u8 * out) tcp_ao_mac_final() argument 536 tcp_v4_ao_hash_pseudoheader(struct tcp_ao_mac_ctx * mac_ctx,__be32 daddr,__be32 saddr,int nbytes) tcp_v4_ao_hash_pseudoheader() argument 553 tcp_ao_hash_pseudoheader(unsigned short int family,const struct sock * sk,const struct sk_buff * skb,struct tcp_ao_mac_ctx * mac_ctx,int nbytes) tcp_ao_hash_pseudoheader() argument 609 tcp_ao_hash_sne(struct tcp_ao_mac_ctx * mac_ctx,u32 sne) tcp_ao_hash_sne() argument 616 tcp_ao_hash_header(struct tcp_ao_mac_ctx * mac_ctx,const struct tcphdr * th,bool exclude_options,u8 * hash,int hash_offset,int hash_len) tcp_ao_hash_header() argument 652 struct tcp_ao_mac_ctx mac_ctx; tcp_ao_hash_hdr() local 682 tcp_ao_hash_skb_data(struct tcp_ao_mac_ctx * mac_ctx,const struct sk_buff * skb,unsigned int header_len) tcp_ao_hash_skb_data() argument 719 struct tcp_ao_mac_ctx mac_ctx; tcp_ao_hash_skb() local [all...] |
| /linux/lib/crypto/tests/ |
| H A D | poly1305_kunit.c | 84 struct poly1305_desc_ctx mac_ctx, macofmacs_ctx; test_poly1305_allones_keys_and_message() local
|