Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/ !
H A Dah.h83 struct ah_algorithm { struct
94 size_t (*schedlen)(const struct ah_algorithm *); argument
95 int (*schedule)(const struct ah_algorithm *, struct secasvar *); argument
100 extern const struct ah_algorithm *ah_algorithm_lookup(int);
105 extern int ah_schedule(const struct ah_algorithm *, struct secasvar *);
110 const struct ah_algorithm *, struct secasvar *);
H A Dah_core.c121 static size_t ah_hmac_schedlen(const struct ah_algorithm *);
122 static int ah_hmac_schedule(const struct ah_algorithm *, struct secasvar *);
145 const struct ah_algorithm *, struct ah_algorithm_state *);
151 const struct ah_algorithm *
155 static const struct ah_algorithm hmac_md5 = in ah_algorithm_lookup()
160 static const struct ah_algorithm keyed_md5 = in ah_algorithm_lookup()
165 static const struct ah_algorithm hmac_sha1 = in ah_algorithm_lookup()
170 static const struct ah_algorithm keyed_sha1 = in ah_algorithm_lookup()
175 static const struct ah_algorithm ah_none = in ah_algorithm_lookup()
181 static const struct ah_algorithm hmac_sha2_256 = in ah_algorithm_lookup()
[all …]
H A Dah6.h48 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.c126 const struct ah_algorithm *algo; in ah4_input()
593 const struct ah_algorithm *algo = NULL; in ah6_input()
H A Desp_core.c1420 const struct ah_algorithm *algo; in esp_auth()
1527 const struct ah_algorithm *algo = NULL; in esp_auth_data()
H A Desp_input.c364 const struct ah_algorithm *sumalgo; in esp4_input_extended()
1082 const struct ah_algorithm *sumalgo; in esp6_input_extended()
1735 const struct ah_algorithm *a_algo = NULL; in esp_kpipe_input()
/xnu-10063.141.1/bsd/netkey/ !
H A Dkey.c4728 const struct ah_algorithm *algo; in key_mature()
8037 const struct ah_algorithm *algo; in key_getcomb_ah()
8663 const struct ah_algorithm *aalgo; in key_register()