Home
last modified time | relevance | path

Searched refs:ah_algorithm (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Dah.h73 struct ah_algorithm { struct
84 size_t (*schedlen)(const struct ah_algorithm *); argument
85 int (*schedule)(const struct ah_algorithm *, struct secasvar *); argument
90 extern const struct ah_algorithm *ah_algorithm_lookup(int);
95 extern int ah_schedule(const struct ah_algorithm *, struct secasvar *);
100 const struct ah_algorithm *, struct secasvar *);
H A Dah_core.c111 static size_t ah_hmac_schedlen(const struct ah_algorithm *);
112 static int ah_hmac_schedule(const struct ah_algorithm *, struct secasvar *);
139 const struct ah_algorithm *, struct ah_algorithm_state *);
145 const struct ah_algorithm *
149 static const struct ah_algorithm hmac_md5 = in ah_algorithm_lookup()
154 static const struct ah_algorithm hmac_sha1 = in ah_algorithm_lookup()
159 static const struct ah_algorithm ah_none = in ah_algorithm_lookup()
165 static const struct ah_algorithm hmac_sha2_256 = in ah_algorithm_lookup()
170 static const struct ah_algorithm hmac_sha2_384 = in ah_algorithm_lookup()
175 static const struct ah_algorithm hmac_sha2_512 = in ah_algorithm_lookup()
[all …]
H A Dah6.h48 size_t len, const struct ah_algorithm *, struct secasvar *);
H A Dah_output.c129 const struct ah_algorithm *algo; in ah_hdrsiz()
187 const struct ah_algorithm *algo; in ah4_output()
377 const struct ah_algorithm *algo; in ah_hdrlen()
406 const struct ah_algorithm *algo; in ah6_output()
H A Desp_output.c140 const struct ah_algorithm *aalgo; in esp_hdrsiz()
816 const struct ah_algorithm *aalgo; in esp_output()
983 const struct ah_algorithm *a_algo = NULL; in esp_kpipe_output()
H A Dah_input.c128 const struct ah_algorithm *algo; in ah4_input()
598 const struct ah_algorithm *algo = NULL; in ah6_input()
H A Desp_core.c1470 const struct ah_algorithm *algo; in esp_auth()
1579 const struct ah_algorithm *algo = NULL; in esp_auth_data()
H A Desp_input.c367 const struct ah_algorithm *sumalgo; in esp4_input_extended()
1080 const struct ah_algorithm *sumalgo; in esp6_input_extended()
1736 const struct ah_algorithm *a_algo = NULL; in esp_kpipe_input()
/xnu-11215.1.10/bsd/netkey/
H A Dkey.c4648 const struct ah_algorithm *algo; in key_mature()
8003 const struct ah_algorithm *algo; in key_getcomb_ah()
8629 const struct ah_algorithm *aalgo; in key_register()