Searched defs:esp_algorithm (Results 1 – 1 of 1) sorted by relevance
120 struct esp_algorithm { struct126 size_t (*schedlen)(const struct esp_algorithm *); argument128 int (*ivlen)(const struct esp_algorithm *, struct secasvar *); argument130 struct secasvar *, const struct esp_algorithm *, int); argument132 struct secasvar *, const struct esp_algorithm *, int); argument134 int (*schedule)(const struct esp_algorithm *, struct secasvar *); argument135 int (*blockdecrypt)(const struct esp_algorithm *, argument137 int (*blockencrypt)(const struct esp_algorithm *, argument151 extern const struct esp_algorithm *esp_algorithm_lookup(int); argument