Home
last modified time | relevance | path

Searched refs:CK_CERTIFICATE_TYPE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dcert.c330 CK_CERTIFICATE_TYPE type; in cert_validate_attribute()
337 type = *(CK_CERTIFICATE_TYPE *)attr->pValue; in cert_validate_attribute()
H A Dobject.c333 subclass = *(CK_CERTIFICATE_TYPE *)attr->pValue; in object_create()
H A Dtemplate.c867 *subclass = *(CK_CERTIFICATE_TYPE *)attr->pValue; in template_get_class()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h275 CK_CERTIFICATE_TYPE certificate_type;
304 CK_CERTIFICATE_TYPE cert_type;
875 CK_CERTIFICATE_TYPE type);
H A DsoftKeystore.c462 obj->cert_type = (CK_CERTIFICATE_TYPE)(SWAP64(hdr->cert_type)); in soft_keystore_unpack_obj()
583 CK_CERTIFICATE_TYPE certtype = objp->cert_type; in soft_pack_object_size()
781 CK_CERTIFICATE_TYPE certtype = objp->cert_type; in soft_pack_object()
1347 CK_CERTIFICATE_TYPE certtype = objp->cert_type; in soft_unpack_object()
H A DsoftAttributeUtil.c374 CK_CERTIFICATE_TYPE certtype = object_p->cert_type; in soft_cleanup_cert_object()
490 CK_CERTIFICATE_TYPE type) in soft_copy_certificate()
3390 CK_CERTIFICATE_TYPE cert_type)
3400 CK_CERTIFICATE_TYPE certtype = cert_type;
3414 *((CK_CERTIFICATE_TYPE*)template[i].pValue);
3631 new_object, (CK_CERTIFICATE_TYPE)~0UL);
4532 CK_CERTIFICATE_TYPE certtype = object_p->cert_type;
4587 CK_CERTIFICATE_TYPE certtype = object_p->cert_type;
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrMasters.h323 { { CKA_CERTIFICATE_TYPE, NULL, sizeof (CK_CERTIFICATE_TYPE) },
356 { { CKA_CERTIFICATE_TYPE, NULL, sizeof (CK_CERTIFICATE_TYPE) },
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h394 typedef CK_ULONG CK_CERTIFICATE_TYPE; typedef
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c223 CK_CERTIFICATE_TYPE cktype; in PK11Cert2KMFCert()
486 CK_CERTIFICATE_TYPE ctype = CKC_X_509; in search_certs()
1104 CK_CERTIFICATE_TYPE certtype = CKC_X_509; in CreateCertObject()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3917 CK_CERTIFICATE_TYPE certtype; in check_load_certs()