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

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c159 uef_interpret(char *buf, uentry_t **ppent) argument
167 *ppent = NULL;
188 *ppent = pent;
205 *ppent = pent;
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c44 static int interpret(char *buf, entry_t **ppent);
272 interpret(char *buf, entry_t **ppent) argument
329 *ppent = pent;
573 * Enable the mechanisms for the provider pointed by *ppent. If allflag is
575 * argument "mlist". The result will be stored in ppent also.
578 enable_mechs(entry_t **ppent, boolean_t allflag, mechlist_t *mlist) argument
586 pent = *ppent;
1153 * Disable the mechanisms for the provider pointed by *ppent. If allflag is
1159 disable_mechs(entry_t **ppent, mechlist_t *infolist, boolean_t allflag, argument
1168 pent = *ppent;
[all...]

Completed in 60 milliseconds