Searched defs:algtypelist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c149 struct algtypelist { struct
151 struct algtypelist *next;
157 struct algtypelist *ap;
206 static struct algtypelist **
209 struct algtypelist **app;
221 appendalgtype(struct algtypelist **app, algtype_t a)
223 struct algtypelist *ap;
226 ap = (struct algtypelist *)malloc(sizeof (*ap));
251 struct algtypelist **app;
578 struct algtypelist *a
[all...]

Completed in 107 milliseconds