Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c413 attr->attribute.pValue = &attr->generic_ulong; in get_master_attributes_by_type()
428 new_attributes[1].generic_ulong = subtype; in get_master_attributes_by_type()
481 } else if (src->attribute.pValue == &src->generic_ulong) { in get_master_attributes_by_duplication()
482 dst->attribute.pValue = &dst->generic_ulong; in get_master_attributes_by_duplication()
H A DmetaGlobal.h222 CK_ULONG generic_ulong; member