Searched refs:num_certs (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libkmf/plugins/kmf_nss/common/ |
H A D | nss_spi.c | 373 uint32_t *num_certs, KMF_CERT_VALIDITY find_criteria) in nss_getcert_by_label() argument 381 *num_certs = 0; in nss_getcert_by_label() 383 *num_certs = 0; in nss_getcert_by_label() 386 *num_certs = 1; in nss_getcert_by_label() 397 *num_certs = 0; in nss_getcert_by_label() 407 *num_certs = 0; in nss_getcert_by_label() 423 *num_certs = 0; in nss_getcert_by_label() 592 uint32_t *num_certs; in NSS_FindCert() local 607 num_certs = kmf_get_attr_ptr(KMF_COUNT_ATTR, attrlist, numattr); in NSS_FindCert() 608 if (num_certs == NULL) in NSS_FindCert() [all …]
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 1036 uint32_t *num_certs; in OpenSSL_FindCert() local 1046 num_certs = kmf_get_attr_ptr(KMF_COUNT_ATTR, attrlist, numattr); in OpenSSL_FindCert() 1047 if (num_certs == NULL) in OpenSSL_FindCert() 1051 maxcerts = *num_certs; in OpenSSL_FindCert() 1054 *num_certs = 0; in OpenSSL_FindCert() 1147 (*num_certs) = n; in OpenSSL_FindCert() 1148 if (*num_certs == 0) in OpenSSL_FindCert() 1150 if (*num_certs > 0) in OpenSSL_FindCert() 1190 *num_certs = n; in OpenSSL_FindCert()
|