Searched refs:free_object_attributes (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelKeys.c | 241 free_object_attributes(p, *countp); in free_attributes() 431 free_object_attributes(obj_gk.gk_attributes, ulCount); in C_GenerateKey() 454 free_object_attributes(obj_gk.gk_attributes, ulCount); in C_GenerateKey() 1511 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair() 1522 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair() 1532 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair() 1534 free_object_attributes(obj_kp.kp_private_attributes, in C_GenerateKeyPair() 1558 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair() 1560 free_object_attributes(obj_kp.kp_private_attributes, in C_GenerateKeyPair() 1882 free_object_attributes(obj_unwrapkey.uk_attributes, in C_UnwrapKey() [all …]
|
H A D | kernelObject.c | 221 free_object_attributes(object_copy.oc_new_attributes, ulCount); in C_CopyObject() 501 free_object_attributes(obj_get_attr.og_attributes, ulCount); in C_GetAttributeValue() 592 free_object_attributes(obj_set_attr.sa_attributes, ulCount); in C_SetAttributeValue() 806 free_object_attributes(obj_fi.fi_attributes, ulCount); in C_FindObjectsInit()
|
H A D | kernelGlobal.h | 89 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 | 912 free_object_attributes(caddr_t obj_attrs, CK_ULONG ulCount) in free_object_attributes() function 990 free_object_attributes(obj_ga.og_attributes, 2); in create_new_tobj_in_lib()
|