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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp_rijndael.h35 int esp_aes_schedlen(const struct esp_algorithm *);
36 int esp_aes_schedule(const struct esp_algorithm *, struct secasvar *);
38 const struct esp_algorithm *, int);
41 const struct esp_algorithm *, int);
H A Desp.h73 struct esp_algorithm { struct
79 int (*schedlen)(const struct esp_algorithm *);
81 int (*ivlen)(const struct esp_algorithm *, struct secasvar *);
83 struct secasvar *, const struct esp_algorithm *, int);
85 struct secasvar *, const struct esp_algorithm *, int);
87 int (*schedule)(const struct esp_algorithm *, struct secasvar *);
88 int (*blockdecrypt)(const struct esp_algorithm *,
90 int (*blockencrypt)(const struct esp_algorithm *,
94 extern const struct esp_algorithm *esp_algorithm_lookup(int);
102 extern int esp_schedule(const struct esp_algorithm *, struc
[all...]
H A Desp_core.c91 struct secasvar *, const struct esp_algorithm *, int);
93 struct secasvar *, const struct esp_algorithm *, int);
95 static int esp_descbc_ivlen(const struct esp_algorithm *,
97 static int esp_des_schedule(const struct esp_algorithm *,
99 static int esp_des_schedlen(const struct esp_algorithm *);
100 static int esp_des_blockdecrypt(const struct esp_algorithm *,
102 static int esp_des_blockencrypt(const struct esp_algorithm *,
106 static int esp_blowfish_schedule(const struct esp_algorithm *,
108 static int esp_blowfish_schedlen(const struct esp_algorithm *);
109 static int esp_blowfish_blockdecrypt(const struct esp_algorithm *,
[all...]
H A Desp_rijndael.c61 __unused const struct esp_algorithm *algo)
69 __unused const struct esp_algorithm *algo,
116 const struct esp_algorithm *algo;
276 const struct esp_algorithm *algo,
H A Desp_output.c115 const struct esp_algorithm *algo;
217 const struct esp_algorithm *algo;
H A Desp_input.c124 const struct esp_algorithm *algo;
571 const struct esp_algorithm *algo;
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c3347 const struct esp_algorithm *algo;
3775 const struct esp_algorithm *algo;
6262 const struct esp_algorithm *algo;
7076 const struct esp_algorithm *ealgo;

Completed in 93 milliseconds