Home
last modified time | relevance | path

Searched defs:Algorithm (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/9/ip/
H A Desp.c23 typedef struct Algorithm Algorithm; typedef
146 struct Algorithm struct
154 static char *setalg(Espcb *ecb, char **f, int n, Algorithm *alg); argument
/plan9/sys/src/9/port/
H A Ddevsdp.c21 typedef struct Algorithm Algorithm; typedef
215 struct Algorithm struct
217 char *name;
218 int keylen; // in bytes
219 void (*init)(Conv*);