Searched refs:process_object_attributes (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelKeys.c | 285 rv = process_object_attributes(newTemplate, attr_count - 1, in key_gen_by_value() 290 rv = process_object_attributes(&newTemplate[ulCount], in key_gen_by_value() 424 rv = process_object_attributes(pTemplate, ulCount, in C_GenerateKey() 616 rv = process_object_attributes(pubTemplate, in key_gen_rsa_by_value() 624 rv = process_object_attributes( in key_gen_rsa_by_value() 727 rv = process_object_attributes(priTemplate, in key_gen_rsa_by_value() 735 rv = process_object_attributes( in key_gen_rsa_by_value() 921 rv = process_object_attributes(pubTemplate, in key_gen_dh_by_value() 929 rv = process_object_attributes( in key_gen_dh_by_value() 1003 rv = process_object_attributes(priTemplate, in key_gen_dh_by_value() [all …]
|
H A D | kernelObject.c | 201 rv = process_object_attributes(pTemplate, ulCount, in C_CopyObject() 462 rv = process_object_attributes(pTemplate, ulCount, in C_GetAttributeValue() 573 rv = process_object_attributes(pTemplate, ulCount, in C_SetAttributeValue() 789 rv = process_object_attributes(pTemplate, ulCount, in C_FindObjectsInit()
|
H A D | kernelGlobal.h | 86 CK_RV process_object_attributes(CK_ATTRIBUTE_PTR, CK_ULONG, caddr_t *,
|
H A D | kernelUtil.c | 776 process_object_attributes(CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, in process_object_attributes() function 965 rv = process_object_attributes(pTemplate, 2, &obj_ga.og_attributes, in create_new_tobj_in_lib()
|
H A D | kernelObjectUtil.c | 238 rv = process_object_attributes(pTemplate, ulCount, in kernel_add_object()
|