Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet6/
H A Desp.h122 struct esp_algorithm { struct
128 size_t (*schedlen)(const struct esp_algorithm *); argument
130 int (*ivlen)(const struct esp_algorithm *, struct secasvar *); argument
132 struct secasvar *, const struct esp_algorithm *, int); argument
134 struct secasvar *, const struct esp_algorithm *, int); argument
136 int (*schedule)(const struct esp_algorithm *, struct secasvar *); argument
137 int (*blockdecrypt)(const struct esp_algorithm *, argument
139 int (*blockencrypt)(const struct esp_algorithm *, argument
153 extern const struct esp_algorithm *esp_algorithm_lookup(int); argument