Searched refs:attr_hdr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c342 ks_attr_hdr_t attr_hdr; local
387 attr_hdr.type = SWAP64((uint64_t)extra_attr->attr.type);
388 attr_hdr.ulValueLen =
390 (void) memcpy(buf1, &attr_hdr, sizeof (ks_attr_hdr_t));
436 ks_attr_hdr_t *attr_hdr; local
472 attr_hdr = (ks_attr_hdr_t *)buf;
474 template.type = (CK_ATTRIBUTE_TYPE)(SWAP64(attr_hdr->type));
475 template.ulValueLen = (CK_ULONG)(SWAP64(attr_hdr->ulValueLen));

Completed in 35 milliseconds