Lines Matching refs:ah_algorithm
111 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()
204 const struct ah_algorithm *algo, in ah_schedule()
253 const struct ah_algorithm *algo; in ah_hmac_mature()
284 const struct ah_algorithm *algo = ah_algorithm_lookup(sav->alg_auth); in ah_hmac_state_init()
298 ah_hmac_schedlen(const struct ah_algorithm *algo) in ah_hmac_schedlen()
305 const struct ah_algorithm *algo, in ah_hmac_schedule()
476 const struct ah_algorithm *algo, in ah_update_mbuf()
527 const struct ah_algorithm *algo, struct secasvar *sav) in ah4_calccksum()
794 const struct ah_algorithm *algo, struct secasvar *sav) in ah6_calccksum()