Searched refs:num_certs (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/ |
H A D | nss_spi.c | 374 uint32_t *num_certs, KMF_CERT_VALIDITY find_criteria) in nss_getcert_by_label() argument 382 *num_certs = 0; in nss_getcert_by_label() 384 *num_certs = 0; in nss_getcert_by_label() 387 *num_certs = 1; in nss_getcert_by_label() 398 *num_certs = 0; in nss_getcert_by_label() 408 *num_certs = 0; in nss_getcert_by_label() 424 *num_certs = 0; in nss_getcert_by_label() 593 uint32_t *num_certs; in NSS_FindCert() local 608 num_certs = kmf_get_attr_ptr(KMF_COUNT_ATTR, attrlist, numattr); in NSS_FindCert() 609 if (num_certs == NULL) in NSS_FindCert() [all …]
|
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/ |
H A D | list.c | 43 pk_show_certs(KMF_HANDLE_T kmfhandle, KMF_X509_DER_CERT *certs, int num_certs) in pk_show_certs() argument 49 for (i = 0; i < num_certs; i++) { in pk_show_certs()
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 672 uint32_t *num_certs; in KMFPK11_FindCert() local 688 num_certs = kmf_get_attr_ptr(KMF_COUNT_ATTR, attrlist, numattr); in KMFPK11_FindCert() 689 if (num_certs == NULL) in KMFPK11_FindCert() 692 if (*num_certs > 0) in KMFPK11_FindCert() 693 want_certs = *num_certs; in KMFPK11_FindCert() 697 *num_certs = 0; in KMFPK11_FindCert() 732 validity, &objlist, num_certs); in KMFPK11_FindCert() 748 if (*num_certs == 0) in KMFPK11_FindCert()
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 1020 uint32_t *num_certs; in OpenSSL_FindCert() local 1030 num_certs = kmf_get_attr_ptr(KMF_COUNT_ATTR, attrlist, numattr); in OpenSSL_FindCert() 1031 if (num_certs == NULL) in OpenSSL_FindCert() 1035 maxcerts = *num_certs; in OpenSSL_FindCert() 1038 *num_certs = 0; in OpenSSL_FindCert() 1131 (*num_certs) = n; in OpenSSL_FindCert() 1132 if (*num_certs == 0) in OpenSSL_FindCert() 1134 if (*num_certs > 0) in OpenSSL_FindCert() 1174 *num_certs = n; in OpenSSL_FindCert()
|