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

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dimport.c213 char *nickname, char *trustflags, char *filename)
303 if (trustflags != NULL) {
305 KMF_TRUSTFLAG_ATTR, trustflags,
306 strlen(trustflags));
363 char *dir, char *prefix, char *trustflags)
393 if (trustflags != NULL) {
395 trustflags, strlen(trustflags));
808 char *trustflags = NULL; local
892 if (trustflags)
209 pk_import_pk12_nss( KMF_HANDLE_T kmfhandle, KMF_CREDENTIAL *kmfcred, KMF_CREDENTIAL *tokencred, char *token_spec, char *dir, char *prefix, char *nickname, char *trustflags, char *filename) argument
359 pk_import_cert( KMF_HANDLE_T kmfhandle, KMF_KEYSTORE_TYPE kstype, char *label, char *token_spec, char *filename, char *dir, char *prefix, char *trustflags) argument
[all...]

Completed in 47 milliseconds