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

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsAttributeUtil.c37 CK_ATTRIBUTE_TYPE attr_map[] = { variable
109 upper = (sizeof (attr_map) / sizeof (CK_ATTRIBUTE_TYPE)) - 1;
115 if (type > attr_map[middle]) {
121 if (type == attr_map[middle]) {
126 if (type < attr_map[middle]) {
147 * attributes in the attr_map[] table.
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c43 CK_ATTRIBUTE_TYPE attr_map[] = { variable
216 upper = (sizeof (attr_map) / sizeof (CK_ATTRIBUTE_TYPE)) - 1;
222 if (type > attr_map[middle]) {
228 if (type == attr_map[middle]) {
233 if (type < attr_map[middle]) {
254 * attributes in the attr_map[] table.
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c48 CK_ATTRIBUTE_TYPE attr_map[] = { variable
223 upper = (sizeof (attr_map) / sizeof (CK_ATTRIBUTE_TYPE)) - 1;
229 if (type > attr_map[middle]) {
235 if (type == attr_map[middle]) {
240 if (type < attr_map[middle]) {
261 * attributes in the attr_map[] table.

Completed in 30 milliseconds