Searched refs:certtype (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c377 CK_CERTIFICATE_TYPE certtype = object_p->cert_type; local
383 if (certtype == CKC_X_509) {
395 } else if (certtype == CKC_X_509_ATTR_CERT) {
3411 CK_CERTIFICATE_TYPE certtype = cert_type; local
3424 certtype =
3440 if (certtype != CKC_X_509 && certtype != CKC_X_509_ATTR_CERT)
3447 if (certtype == CKC_X_509 &&
3455 if (certtype == CKC_X_509_ATTR_CERT &&
3464 cert->certificate_type = certtype;
4543 CK_CERTIFICATE_TYPE certtype = object_p->cert_type; local
4598 CK_CERTIFICATE_TYPE certtype = object_p->cert_type; local
[all...]
H A DsoftKeystore.c566 CK_CERTIFICATE_TYPE certtype = objp->cert_type; local
724 switch (certtype) {
764 CK_CERTIFICATE_TYPE certtype = objp->cert_type; local
1254 switch (certtype) {
1330 CK_CERTIFICATE_TYPE certtype = objp->cert_type; local
1754 cert->certificate_type = certtype;
1757 switch (certtype) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h186 int certtype; member in struct:_krb5_ldap_certificates
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1104 CK_CERTIFICATE_TYPE certtype = CKC_X_509; local
1179 SETATTR(x509templ, i, CKA_CERTIFICATE_TYPE, &certtype,
1180 sizeof (certtype));
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3743 CK_CERTIFICATE_TYPE certtype; local
3755 certtype = CKC_X_509;
3757 attrs[1].pValue = &certtype;
3758 attrs[1].ulValueLen = sizeof certtype;

Completed in 97 milliseconds