Searched refs:cert_attr_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystore.c | 525 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 D | softObject.h | 243 } 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 D | softKeystore.h | 102 cert_attr_t **cert_dest, ulong_t *offset, boolean_t cert);
|
H A D | softAttributeUtil.c | 323 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;
|