Home
last modified time | relevance | path

Searched refs:certificate_obj_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h280 } certificate_obj_t; typedef
325 certificate_obj_t *certificate;
874 CK_RV soft_copy_certificate(certificate_obj_t *old, certificate_obj_t **new,
H A DsoftKeystore.c1344 certificate_obj_t *cert; in soft_unpack_object()
1765 cert = calloc(1, sizeof (certificate_obj_t)); in soft_unpack_object()
1769 (void) memset((void *)cert, 0, sizeof (certificate_obj_t)); in soft_unpack_object()
H A DsoftAttributeUtil.c489 soft_copy_certificate(certificate_obj_t *oldcert, certificate_obj_t **newcert, in soft_copy_certificate()
493 certificate_obj_t *cert; in soft_copy_certificate()
497 cert = calloc(1, sizeof (certificate_obj_t)); in soft_copy_certificate()
3398 certificate_obj_t *cert;
3449 cert = calloc(1, sizeof (certificate_obj_t));