Home
last modified time | relevance | path

Searched refs:CKC_X_509 (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dcert.c338 if (type == CKC_X_509 || type >= CKC_VENDOR_DEFINED) in cert_validate_attribute()
H A Dtemplate.c362 if (subclass == CKC_X_509) in template_add_default_attributes()
479 if (subclass == CKC_X_509) in template_check_required_attributes()
1114 if (subclass == CKC_X_509) in template_validate_attribute()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c380 if (certtype == CKC_X_509) { in soft_cleanup_cert_object()
502 if (type == CKC_X_509) { in soft_copy_certificate()
3429 if (certtype != CKC_X_509 && certtype != CKC_X_509_ATTR_CERT)
3436 if (certtype == CKC_X_509 &&
3458 case CKC_X_509:
4537 if (certtype == CKC_X_509) {
4543 if (certtype == CKC_X_509) {
4591 if (certtype == CKC_X_509) {
4607 if (certtype == CKC_X_509) {
6639 (obj->cert_type == CKC_X_509)) {
[all …]
H A DsoftKeystore.c742 case CKC_X_509: in soft_pack_object_size()
1272 case CKC_X_509: in soft_pack_object()
1775 case CKC_X_509: in soft_unpack_object()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c195 case CKC_X_509: in get_master_template_by_type()
H A DmetaAttrMasters.h325 unused, CKC_X_509, { unused } },
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h408 #define CKC_X_509 0x00000000UL macro
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c243 if (ckrv != CKR_OK || cktype != CKC_X_509) { 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.c3929 certtype = CKC_X_509; in check_load_certs()