Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c525 cert_attr_t **cert_dest, ulong_t *offset, boolean_t cert) in soft_unpack_obj_attribute()
729 return (ROUNDUP(((cert_attr_t *) in soft_pack_object_size()
731 ROUNDUP(((cert_attr_t *) in soft_pack_object_size()
739 return (ROUNDUP(((cert_attr_t *) in soft_pack_object_size()
741 ROUNDUP(((cert_attr_t *) in soft_pack_object_size()
1257 tmp_val = SWAP64((uint64_t)(((cert_attr_t *) in soft_pack_object()
1262 (void) memcpy(buf, (char *)((cert_attr_t *) in soft_pack_object()
1264 ((cert_attr_t *) in soft_pack_object()
1266 buf = buf + ROUNDUP(((cert_attr_t *) in soft_pack_object()
1270 tmp_val = SWAP64((uint64_t)(((cert_attr_t *) in soft_pack_object()
[all …]
H A DsoftObject.h243 } cert_attr_t; typedef
253 cert_attr_t *subject; /* DER encoding of certificate subject name */
254 cert_attr_t *value; /* BER encoding of the cert */
265 cert_attr_t *owner; /* DER encoding of attr cert subject field */
266 cert_attr_t *value; /* BER encoding of cert */
891 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.c323 cleanup_cert_attr(cert_attr_t *attr) in cleanup_cert_attr()
336 copy_cert_attr(cert_attr_t *src_attr, cert_attr_t **dest_attr) in copy_cert_attr()
351 *dest_attr = malloc(sizeof (cert_attr_t)); in copy_cert_attr()
925 get_cert_attr_from_template(cert_attr_t **dest, CK_ATTRIBUTE_PTR src) in get_cert_attr_from_template()
939 *dest = malloc(sizeof (cert_attr_t)); in get_cert_attr_from_template()
943 (void) memset(*dest, 0, sizeof (cert_attr_t)); in get_cert_attr_from_template()
964 get_cert_attr_from_object(cert_attr_t *src, CK_ATTRIBUTE_PTR template) in get_cert_attr_from_object()
4544 cert_attr_t src;
6489 cert_attr_t *cert_attr;