Searched refs:esp_algorithm (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_rijndael.h63 int esp_aes_schedlen(const struct esp_algorithm *);
64 int esp_aes_schedule(const struct esp_algorithm *, struct secasvar *);
66 const struct esp_algorithm *, int);
69 const struct esp_algorithm *, int);
H A Desp.h101 struct esp_algorithm { struct
107 int (*schedlen)(const struct esp_algorithm *);
109 int (*ivlen)(const struct esp_algorithm *, struct secasvar *);
111 struct secasvar *, const struct esp_algorithm *, int);
113 struct secasvar *, const struct esp_algorithm *, int);
115 int (*schedule)(const struct esp_algorithm *, struct secasvar *);
116 int (*blockdecrypt)(const struct esp_algorithm *,
118 int (*blockencrypt)(const struct esp_algorithm *,
122 extern const struct esp_algorithm *esp_algorithm_lookup(int);
130 extern int esp_schedule(const struct esp_algorithm *, struc
[all...]
H A Desp_core.c118 struct secasvar *, const struct esp_algorithm *, int);
120 struct secasvar *, const struct esp_algorithm *, int);
122 static int esp_descbc_ivlen(const struct esp_algorithm *,
124 static int esp_des_schedule(const struct esp_algorithm *,
126 static int esp_des_schedlen(const struct esp_algorithm *);
127 static int esp_des_blockdecrypt(const struct esp_algorithm *,
129 static int esp_des_blockencrypt(const struct esp_algorithm *,
132 static int esp_3des_schedule(const struct esp_algorithm *,
134 static int esp_3des_schedlen(const struct esp_algorithm *);
135 static int esp_3des_blockdecrypt(const struct esp_algorithm *,
[all...]
H A Desp_rijndael.c91 __unused const struct esp_algorithm *algo)
99 __unused const struct esp_algorithm *algo,
146 const struct esp_algorithm *algo;
326 const struct esp_algorithm *algo,
H A Desp_output.c143 const struct esp_algorithm *algo;
245 const struct esp_algorithm *algo;
H A Desp_input.c175 const struct esp_algorithm *algo;
735 const struct esp_algorithm *algo;
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c3579 const struct esp_algorithm *algo;
3914 const struct esp_algorithm *algo;
4229 const struct esp_algorithm *algo;
6953 const struct esp_algorithm *algo;
7770 const struct esp_algorithm *ealgo;

Completed in 86 milliseconds