Lines Matching refs:ah_algorithm
121 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()
186 static const struct ah_algorithm hmac_sha2_384 = in ah_algorithm_lookup()
191 static const struct ah_algorithm hmac_sha2_512 = in ah_algorithm_lookup()
225 const struct ah_algorithm *algo, in ah_schedule()
375 const struct ah_algorithm *algo; in ah_keyed_sha1_mature()
488 const struct ah_algorithm *algo; in ah_hmac_mature()
519 const struct ah_algorithm *algo = ah_algorithm_lookup(sav->alg_auth); in ah_hmac_state_init()
533 ah_hmac_schedlen(const struct ah_algorithm *algo) in ah_hmac_schedlen()
540 const struct ah_algorithm *algo, in ah_hmac_schedule()
708 const struct ah_algorithm *algo, in ah_update_mbuf()
759 const struct ah_algorithm *algo, struct secasvar *sav) in ah4_calccksum()
1026 const struct ah_algorithm *algo, struct secasvar *sav) in ah6_calccksum()