Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Desp.h101 struct esp_algorithm { struct
107 size_t (*schedlen)(const struct esp_algorithm *); argument
109 int (*ivlen)(const struct esp_algorithm *, struct secasvar *); argument
111 struct secasvar *, const struct esp_algorithm *, int); argument
113 struct secasvar *, const struct esp_algorithm *, int); argument
115 int (*schedule)(const struct esp_algorithm *, struct secasvar *); argument
116 int (*blockdecrypt)(const struct esp_algorithm *, argument
118 int (*blockencrypt)(const struct esp_algorithm *, argument
128 extern const struct esp_algorithm *esp_algorithm_lookup(int); argument