Searched refs:obj_ga (Results 1 – 1 of 1) sorted by relevance
833 crypto_object_get_attribute_value_t obj_ga; in create_new_tobj_in_lib() local844 obj_ga.og_session = sp->k_session; in create_new_tobj_in_lib()845 obj_ga.og_handle = oid; in create_new_tobj_in_lib()846 obj_ga.og_count = 2; in create_new_tobj_in_lib()854 rv = process_object_attributes(pTemplate, 2, &obj_ga.og_attributes, in create_new_tobj_in_lib()861 &obj_ga)) < 0) { in create_new_tobj_in_lib()868 rv = crypto2pkcs11_error_number(obj_ga.og_return_value); in create_new_tobj_in_lib()872 rv = get_object_attributes(pTemplate, 2, obj_ga.og_attributes); in create_new_tobj_in_lib()879 free_object_attributes(obj_ga.og_attributes, 2); in create_new_tobj_in_lib()1082 crypto_object_get_attribute_value_t obj_ga; in get_cka_private_value() local[all …]