Lines Matching refs:tokencred
211 KMF_CREDENTIAL *tokencred, in pk_import_pk12_nss() argument
259 if (tokencred->credlen > 0) { in pk_import_pk12_nss()
261 KMF_CREDENTIAL_ATTR, tokencred, in pk_import_pk12_nss()
367 KMF_CREDENTIAL tokencred; in pk_import_cert() local
412 (void) get_token_password(kstype, token_spec, &tokencred); in pk_import_cert()
414 &tokencred, sizeof (KMF_CREDENTIAL)); in pk_import_cert()
489 KMF_CREDENTIAL *tokencred, in pk_import_pk12_pk11() argument
527 if (tokencred != NULL && tokencred->credlen > 0) { in pk_import_pk12_pk11()
529 KMF_CREDENTIAL_ATTR, tokencred, in pk_import_pk12_pk11()
820 KMF_CREDENTIAL tokencred = { NULL, 0 }; in pk_import() local
1074 (void) get_token_password(kstype, token_spec, &tokencred); in pk_import()
1088 &tokencred, label, in pk_import()
1103 kstype, token_spec, &tokencred, in pk_import()
1109 kstype, token_spec, &tokencred, in pk_import()
1121 &tokencred, in pk_import()
1162 if (tokencred.cred != NULL) in pk_import()
1163 free(tokencred.cred); in pk_import()