Searched refs:free_object_attributes (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelKeys.c | 242 free_object_attributes(p, *countp); in free_attributes() 426 free_object_attributes(obj_gk.gk_attributes, ulCount); in C_GenerateKey() 449 free_object_attributes(obj_gk.gk_attributes, ulCount); in C_GenerateKey() 1506 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair() 1517 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair() 1527 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair() 1529 free_object_attributes(obj_kp.kp_private_attributes, in C_GenerateKeyPair() 1553 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair() 1555 free_object_attributes(obj_kp.kp_private_attributes, in C_GenerateKeyPair() 1877 free_object_attributes(obj_unwrapkey.uk_attributes, in C_UnwrapKey() [all …]
|
H A D | kernelObject.c | 219 free_object_attributes(object_copy.oc_new_attributes, ulCount); in C_CopyObject() 499 free_object_attributes(obj_get_attr.og_attributes, ulCount); in C_GetAttributeValue() 590 free_object_attributes(obj_set_attr.sa_attributes, ulCount); in C_SetAttributeValue() 804 free_object_attributes(obj_fi.fi_attributes, ulCount); in C_FindObjectsInit()
|
H A D | kernelGlobal.h | 88 void free_object_attributes(caddr_t, CK_ULONG);
|
H A D | kernelObjectUtil.c | 246 free_object_attributes(objc.oc_attributes, ulCount); in kernel_add_object() 262 free_object_attributes(objc.oc_attributes, ulCount); in kernel_add_object()
|
H A D | kernelUtil.c | 801 free_object_attributes(caddr_t obj_attrs, CK_ULONG ulCount) in free_object_attributes() function 879 free_object_attributes(obj_ga.og_attributes, 2); in create_new_tobj_in_lib()
|