Home
last modified time | relevance | path

Searched refs:ks_obj_hdr_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h54 } ks_obj_hdr_t; typedef
H A DsoftKeystore.c351 ks_obj_hdr_t hdr; in soft_keystore_pack_obj()
361 (void) memset(&hdr, 0, sizeof (ks_obj_hdr_t)); in soft_keystore_pack_obj()
387 ks_len += sizeof (ks_obj_hdr_t) + len_attrs + in soft_keystore_pack_obj()
393 (void) memcpy(buf, &hdr, sizeof (ks_obj_hdr_t)); in soft_keystore_pack_obj()
394 buf1 = buf + sizeof (ks_obj_hdr_t); in soft_keystore_pack_obj()
445 ks_obj_hdr_t *hdr; in soft_keystore_unpack_obj()
458 hdr = (ks_obj_hdr_t *)ks_obj->buf; in soft_keystore_unpack_obj()
474 buf = ks_obj->buf + sizeof (ks_obj_hdr_t); in soft_keystore_unpack_obj()