Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dah.h68 struct ah_algorithm { struct
74 int (*init)(struct ah_algorithm_state *, struct secasvar *); argument
75 void (*update)(struct ah_algorithm_state *, caddr_t, size_t); argument
76 void (*result)(struct ah_algorithm_state *, caddr_t, size_t); argument
81 extern const struct ah_algorithm *ah_algorithm_lookup(int); argument