Searched defs:esp_algorithm (Results 1 – 1 of 1) sorted by relevance
101 struct esp_algorithm { struct107 size_t (*schedlen)(const struct esp_algorithm *); argument109 int (*ivlen)(const struct esp_algorithm *, struct secasvar *); argument111 struct secasvar *, const struct esp_algorithm *, int); argument113 struct secasvar *, const struct esp_algorithm *, int); argument115 int (*schedule)(const struct esp_algorithm *, struct secasvar *); argument116 int (*blockdecrypt)(const struct esp_algorithm *, argument118 int (*blockencrypt)(const struct esp_algorithm *, argument128 extern const struct esp_algorithm *esp_algorithm_lookup(int); argument