Searched refs:get_object_attributes (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGlobal.h | 88 CK_RV get_object_attributes(CK_ATTRIBUTE_PTR, CK_ULONG, caddr_t);
|
H A D | kernelKeys.c | 325 rv = get_object_attributes(&newTemplate[ulCount], 1, in key_gen_by_value() 778 rv = get_object_attributes( in key_gen_rsa_by_value() 782 rv = get_object_attributes( in key_gen_rsa_by_value() 1054 rv = get_object_attributes( in key_gen_dh_by_value() 1058 rv = get_object_attributes( in key_gen_dh_by_value() 1331 rv = get_object_attributes( in key_gen_ec_by_value() 1335 rv = get_object_attributes( in key_gen_ec_by_value() 2288 rv = get_object_attributes(&newTemplate[attr_count - 1], in derive_key_by_value()
|
H A D | kernelUtil.c | 879 get_object_attributes(CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, in get_object_attributes() function 983 rv = get_object_attributes(pTemplate, 2, obj_ga.og_attributes); in create_new_tobj_in_lib()
|
H A D | kernelObject.c | 493 rv1 = get_object_attributes(pTemplate, ulCount, in C_GetAttributeValue()
|