Searched refs:process_object_attributes (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelKeys.c | 286 rv = process_object_attributes(newTemplate, attr_count - 1, in key_gen_by_value() 291 rv = process_object_attributes(&newTemplate[ulCount], in key_gen_by_value() 419 rv = process_object_attributes(pTemplate, ulCount, in C_GenerateKey() 611 rv = process_object_attributes(pubTemplate, in key_gen_rsa_by_value() 619 rv = process_object_attributes( in key_gen_rsa_by_value() 722 rv = process_object_attributes(priTemplate, in key_gen_rsa_by_value() 730 rv = process_object_attributes( in key_gen_rsa_by_value() 916 rv = process_object_attributes(pubTemplate, in key_gen_dh_by_value() 924 rv = process_object_attributes( in key_gen_dh_by_value() 998 rv = process_object_attributes(priTemplate, in key_gen_dh_by_value() [all …]
|
H A D | kernelObject.c | 199 rv = process_object_attributes(pTemplate, ulCount, in C_CopyObject() 460 rv = process_object_attributes(pTemplate, ulCount, in C_GetAttributeValue() 571 rv = process_object_attributes(pTemplate, ulCount, in C_SetAttributeValue() 787 rv = process_object_attributes(pTemplate, ulCount, in C_FindObjectsInit()
|
H A D | kernelGlobal.h | 85 CK_RV process_object_attributes(CK_ATTRIBUTE_PTR, CK_ULONG, caddr_t *,
|
H A D | kernelUtil.c | 665 process_object_attributes(CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, in process_object_attributes() function 854 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()
|