Searched defs:esp_algorithm (Results 1 – 1 of 1) sorted by relevance
122 struct esp_algorithm { struct128 size_t (*schedlen)(const struct esp_algorithm *); argument130 int (*ivlen)(const struct esp_algorithm *, struct secasvar *); argument132 struct secasvar *, const struct esp_algorithm *, int); argument134 struct secasvar *, const struct esp_algorithm *, int); argument136 int (*schedule)(const struct esp_algorithm *, struct secasvar *); argument137 int (*blockdecrypt)(const struct esp_algorithm *, argument139 int (*blockencrypt)(const struct esp_algorithm *, argument153 extern const struct esp_algorithm *esp_algorithm_lookup(int); argument