Searched defs:cert_type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h47 uint64_t cert_type; member in struct:ks_obj_hdr
H A DsoftAttributeUtil.c377 CK_CERTIFICATE_TYPE certtype = object_p->cert_type;
3401 CK_CERTIFICATE_TYPE cert_type)
3411 CK_CERTIFICATE_TYPE certtype = cert_type;
3562 new_object->cert_type = certtype;
4543 CK_CERTIFICATE_TYPE certtype = object_p->cert_type;
4598 CK_CERTIFICATE_TYPE certtype = object_p->cert_type;
6637 (obj->cert_type == CKC_X_509_ATTR_CERT)) {
6649 (obj->cert_type == CKC_X_509)) {
6717 if (obj->cert_type == CKC_X_509) {
6719 } else if (obj->cert_type
3399 soft_build_certificate_object(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, soft_object_t *new_object, CK_CERTIFICATE_TYPE cert_type) argument
[all...]
H A DsoftObject.h300 CK_CERTIFICATE_TYPE cert_type; member in struct:object

Completed in 301 milliseconds