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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.h72 } mechlist_t; typedef in typeref:struct:mechlist
77 mechlist_t *suplist; /* supported list */
79 mechlist_t *dislist; /* disabled list */
98 extern boolean_t is_in_list(char *, mechlist_t *);
99 extern mechlist_t *create_mech(char *);
100 extern void free_mechlist(mechlist_t *);
111 extern int disable_mechs(entry_t **, mechlist_t *, boolean_t, mechlist_t *);
112 extern int enable_mechs(entry_t **, boolean_t, mechlist_t *);
115 extern int get_mech_count(mechlist_t *);
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c58 } mechlist_t; typedef in typeref:struct:mechliststruct
61 static mechlist_t *mechlist;
86 mechlist = calloc(INITIAL_MECHLIST_SIZE, sizeof (mechlist_t));
551 mechlist_t *newmechlist;
555 sizeof (mechlist_t));
569 (num_mechs - index) * sizeof (mechlist_t));

Completed in 71 milliseconds