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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h47 uint64_t cert_type; member in struct:ks_obj_hdr
H A DsoftAttributeUtil.c376 CK_CERTIFICATE_TYPE certtype = object_p->cert_type;
3452 CK_CERTIFICATE_TYPE cert_type)
3462 CK_CERTIFICATE_TYPE certtype = cert_type;
3613 new_object->cert_type = certtype;
4596 CK_CERTIFICATE_TYPE certtype = object_p->cert_type;
4657 CK_CERTIFICATE_TYPE certtype = object_p->cert_type;
6702 (obj->cert_type == CKC_X_509_ATTR_CERT)) {
6714 (obj->cert_type == CKC_X_509)) {
6782 if (obj->cert_type == CKC_X_509) {
6784 } else if (obj->cert_type
3450 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 49 milliseconds