Home
last modified time | relevance | path

Searched refs:cert_attr_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c746 return (ROUNDUP(((cert_attr_t *) in soft_pack_object_size()
748 ROUNDUP(((cert_attr_t *) in soft_pack_object_size()
756 return (ROUNDUP(((cert_attr_t *) in soft_pack_object_size()
758 ROUNDUP(((cert_attr_t *) in soft_pack_object_size()
1279 (void) memcpy(buf, (char *)((cert_attr_t *) in soft_pack_object()
1281 ((cert_attr_t *) in soft_pack_object()
1283 buf = buf + ROUNDUP(((cert_attr_t *) in soft_pack_object()
1294 ((cert_attr_t *) in soft_pack_object()
1307 ((cert_attr_t *) in soft_pack_object()
1309 buf = buf + ROUNDUP(((cert_attr_t *) in soft_pack_object()
[all …]
H A DsoftObject.h245 } cert_attr_t; typedef
255 cert_attr_t *subject; /* DER encoding of certificate subject name */
256 cert_attr_t *value; /* BER encoding of the cert */
267 cert_attr_t *owner; /* DER encoding of attr cert subject field */
268 cert_attr_t *value; /* BER encoding of cert */
877 CK_RV get_cert_attr_from_template(cert_attr_t **dest,
H A DsoftKeystore.h102 cert_attr_t **cert_dest, ulong_t *offset, boolean_t cert);
H A DsoftAttributeUtil.c324 cleanup_cert_attr(cert_attr_t *attr) in cleanup_cert_attr()
334 copy_cert_attr(cert_attr_t *src_attr, cert_attr_t **dest_attr) in copy_cert_attr()
348 *dest_attr = malloc(sizeof (cert_attr_t)); in copy_cert_attr()
926 get_cert_attr_from_template(cert_attr_t **dest, CK_ATTRIBUTE_PTR src) in get_cert_attr_from_template()
936 *dest = malloc(sizeof (cert_attr_t)); in get_cert_attr_from_template()
940 (void) memset(*dest, 0, sizeof (cert_attr_t)); in get_cert_attr_from_template()
961 get_cert_attr_from_object(cert_attr_t *src, CK_ATTRIBUTE_PTR template) in get_cert_attr_from_object()
4533 cert_attr_t src;
6479 cert_attr_t *cert_attr;