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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGlobal.h89 void free_object_attributes(caddr_t, CK_ULONG);
H A DkernelObject.c221 free_object_attributes(object_copy.oc_new_attributes, ulCount);
501 free_object_attributes(obj_get_attr.og_attributes, ulCount);
592 free_object_attributes(obj_set_attr.sa_attributes, ulCount);
806 free_object_attributes(obj_fi.fi_attributes, ulCount);
H A DkernelKeys.c241 free_object_attributes(p, *countp);
431 free_object_attributes(obj_gk.gk_attributes, ulCount);
454 free_object_attributes(obj_gk.gk_attributes, ulCount);
1511 free_object_attributes(obj_kp.kp_public_attributes,
1522 free_object_attributes(obj_kp.kp_public_attributes,
1532 free_object_attributes(obj_kp.kp_public_attributes,
1534 free_object_attributes(obj_kp.kp_private_attributes,
1558 free_object_attributes(obj_kp.kp_public_attributes,
1560 free_object_attributes(obj_kp.kp_private_attributes,
1882 free_object_attributes(obj_unwrapke
[all...]
H A DkernelObjectUtil.c246 free_object_attributes(objc.oc_attributes, ulCount);
262 free_object_attributes(objc.oc_attributes, ulCount);
H A DkernelUtil.c765 * The memory can be freed by free_object_attributes().
912 free_object_attributes(caddr_t obj_attrs, CK_ULONG ulCount) function
990 free_object_attributes(obj_ga.og_attributes, 2);

Completed in 83 milliseconds