Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h278 } certificate_obj_t; typedef
321 certificate_obj_t *certificate;
888 CK_RV soft_copy_certificate(certificate_obj_t *old, certificate_obj_t **new,
H A DsoftKeystore.c1327 certificate_obj_t *cert; in soft_unpack_object()
1748 cert = calloc(1, sizeof (certificate_obj_t)); in soft_unpack_object()
1752 (void) memset((void *)cert, 0, sizeof (certificate_obj_t)); in soft_unpack_object()
H A DsoftAttributeUtil.c490 soft_copy_certificate(certificate_obj_t *oldcert, certificate_obj_t **newcert, in soft_copy_certificate()
494 certificate_obj_t *cert; in soft_copy_certificate()
498 cert = calloc(1, sizeof (certificate_obj_t)); in soft_copy_certificate()
3409 certificate_obj_t *cert;
3460 cert = calloc(1, sizeof (certificate_obj_t));