Home
last modified time | relevance | path

Searched refs:EMPTYSTRING (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/cmd-crypto/pktool/
H A Dgencsr.c188 if (EMPTYSTRING(outcsr) || EMPTYSTRING(outkey)) { in gencsr_file()
547 if (EMPTYSTRING(outcsr) && interactive) { in pk_gencsr()
550 if (EMPTYSTRING(outcsr)) { in pk_gencsr()
578 if (EMPTYSTRING(certlabel) && interactive) in pk_gencsr()
581 if (EMPTYSTRING(certlabel)) { in pk_gencsr()
587 if (EMPTYSTRING(outkey) && interactive) in pk_gencsr()
590 if (EMPTYSTRING(outkey)) { in pk_gencsr()
620 if (EMPTYSTRING(subject)) { in pk_gencsr()
H A Dexport.c451 if (EMPTYSTRING(label)) { in pk_export_pk11_keys()
707 if (EMPTYSTRING(optarg_av)) in pk_export()
789 if (EMPTYSTRING(filename)) { in pk_export()
812 if (kstype == KMF_KEYSTORE_PK11TOKEN && EMPTYSTRING(token_spec)) in pk_export()
814 else if (kstype == KMF_KEYSTORE_NSS && EMPTYSTRING(token_spec)) in pk_export()
825 if (EMPTYSTRING(keyfile) || EMPTYSTRING(certfile)) { in pk_export()
H A Dgencert.c271 if (EMPTYSTRING(outcert) || EMPTYSTRING(outkey)) { in gencert_file()
616 if (opt != 'i' && opt != 'E' && EMPTYSTRING(optarg_av)) in pk_gencert()
763 if (interactive && EMPTYSTRING(certlabel)) { in pk_gencert()
767 if (EMPTYSTRING(certlabel)) { in pk_gencert()
773 } else if (kstype == KMF_KEYSTORE_OPENSSL && EMPTYSTRING(outcert)) { in pk_gencert()
829 if (EMPTYSTRING(subject)) { in pk_gencert()
H A Dimport.c834 if (EMPTYSTRING(optarg_av)) in pk_import()
928 if (EMPTYSTRING(filename)) { in pk_import()
956 (oclass != PK_CRL_OBJ) && EMPTYSTRING(label)) { in pk_import()
1053 if (EMPTYSTRING(keyfile) || EMPTYSTRING(certfile)) { in pk_import()
1062 if (kstype == KMF_KEYSTORE_PK11TOKEN && EMPTYSTRING(token_spec)) in pk_import()
1064 else if (kstype == KMF_KEYSTORE_NSS && EMPTYSTRING(token_spec)) in pk_import()
H A Dsetpin.c290 if (kstype == KMF_KEYSTORE_PK11TOKEN && EMPTYSTRING(token_spec)) { in pk_setpin()
292 } else if (kstype == KMF_KEYSTORE_NSS && EMPTYSTRING(token_spec)) { in pk_setpin()
H A Dcommon.h154 #define EMPTYSTRING(s) (s == NULL || !strlen((char *)s)) macro
H A Dgenkeypair.c147 if (EMPTYSTRING(outkey)) { in genkeypair_file()
347 if (opt != 'i' && opt != 'E' && EMPTYSTRING(optarg_av)) in pk_genkeypair()
H A Dsigncsr.c562 if (EMPTYSTRING(optarg_av)) in pk_signcsr()
699 if (kstype == KMF_KEYSTORE_PK11TOKEN && EMPTYSTRING(token_spec)) { in pk_signcsr()
701 } else if (kstype == KMF_KEYSTORE_NSS && EMPTYSTRING(token_spec)) { in pk_signcsr()
H A Dgenkey.c270 if (EMPTYSTRING(outkey)) { in genkey_file()
385 if (EMPTYSTRING(optarg_av)) in pk_genkey()
H A Ddownload.c60 if (EMPTYSTRING(optarg_av)) in pk_download()
H A Dlist.c927 if (EMPTYSTRING(optarg_av)) in pk_list()
1024 if (kstype == KMF_KEYSTORE_PK11TOKEN && EMPTYSTRING(token_spec)) { in pk_list()
1026 } else if (kstype == KMF_KEYSTORE_NSS && EMPTYSTRING(token_spec)) { in pk_list()
H A Ddelete.c749 if (EMPTYSTRING(optarg_av)) in pk_delete()