Home
last modified time | relevance | path

Searched refs:get_token_password (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.h148 int get_token_password(KMF_KEYSTORE_TYPE, char *, KMF_CREDENTIAL *);
H A Dlist.c421 (void) get_token_password(kstype, token, &cred); in list_pk11_objects()
451 (void) get_token_password(kstype, token, &cred); in list_pk11_objects()
1058 (void) get_token_password(kstype, token_spec, in pk_list()
H A Dgenkeypair.c493 (void) get_token_password(kstype, tokenname, &tokencred); in pk_genkeypair()
H A Dimport.c412 (void) get_token_password(kstype, token_spec, &tokencred); in pk_import_cert()
1074 (void) get_token_password(kstype, token_spec, &tokencred); in pk_import()
H A Dgenkey.c529 (void) get_token_password(kstype, tokenname, &tokencred); in pk_genkey()
H A Dgencsr.c704 (void) get_token_password(kstype, tokenname, &tokencred); in pk_gencsr()
H A Dsigncsr.c727 (void) get_token_password(kstype, token_spec, in pk_signcsr()
H A Dexport.c873 (void) get_token_password(kstype, token_spec, in pk_export()
H A Dgencert.c920 (void) get_token_password(kstype, tokenname, &tokencred); in pk_gencert()
H A Ddelete.c870 (void) get_token_password(kstype, token_spec, in pk_delete()
H A Dcommon.c1108 get_token_password(KMF_KEYSTORE_TYPE kstype, in get_token_password() function