Searched defs:attr_map (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c45 CK_ATTRIBUTE_TYPE attr_map[] = { variable
218 upper = (sizeof (attr_map) / sizeof (CK_ATTRIBUTE_TYPE)) - 1;
224 if (type > attr_map[middle]) {
230 if (type == attr_map[middle]) {
235 if (type < attr_map[middle]) {
256 * attributes in the attr_map[] table.
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c49 CK_ATTRIBUTE_TYPE attr_map[] = { variable
224 upper = (sizeof (attr_map) / sizeof (CK_ATTRIBUTE_TYPE)) - 1;
230 if (type > attr_map[middle]) {
236 if (type == attr_map[middle]) {
241 if (type < attr_map[middle]) {
262 * attributes in the attr_map[] table.

Completed in 74 milliseconds