Searched refs:ks_obj_hdr_t (Results 1 – 2 of 2) sorted by relevance
54 } ks_obj_hdr_t; typedef
332 ks_obj_hdr_t hdr; in soft_keystore_pack_obj()342 (void) memset(&hdr, 0, sizeof (ks_obj_hdr_t)); in soft_keystore_pack_obj()368 ks_len += sizeof (ks_obj_hdr_t) + len_attrs + in soft_keystore_pack_obj()374 (void) memcpy(buf, &hdr, sizeof (ks_obj_hdr_t)); in soft_keystore_pack_obj()375 buf1 = buf + sizeof (ks_obj_hdr_t); in soft_keystore_pack_obj()426 ks_obj_hdr_t *hdr; in soft_keystore_unpack_obj()439 hdr = (ks_obj_hdr_t *)ks_obj->buf; in soft_keystore_unpack_obj()455 buf = ks_obj->buf + sizeof (ks_obj_hdr_t); in soft_keystore_unpack_obj()