Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Desp.h120 struct esp_algorithm { struct
126 size_t (*schedlen)(const struct esp_algorithm *); argument
128 int (*ivlen)(const struct esp_algorithm *, struct secasvar *); argument
130 struct secasvar *, const struct esp_algorithm *, int); argument
132 struct secasvar *, const struct esp_algorithm *, int); argument
134 int (*schedule)(const struct esp_algorithm *, struct secasvar *); argument
135 int (*blockdecrypt)(const struct esp_algorithm *, argument
137 int (*blockencrypt)(const struct esp_algorithm *, argument
151 extern const struct esp_algorithm *esp_algorithm_lookup(int); argument