Searched refs:obj_ga (Results 1 – 1 of 1) sorted by relevance
944 crypto_object_get_attribute_value_t obj_ga; in create_new_tobj_in_lib() local955 obj_ga.og_session = sp->k_session; in create_new_tobj_in_lib()956 obj_ga.og_handle = oid; in create_new_tobj_in_lib()957 obj_ga.og_count = 2; in create_new_tobj_in_lib()965 rv = process_object_attributes(pTemplate, 2, &obj_ga.og_attributes, in create_new_tobj_in_lib()972 &obj_ga)) < 0) { in create_new_tobj_in_lib()979 rv = crypto2pkcs11_error_number(obj_ga.og_return_value); in create_new_tobj_in_lib()983 rv = get_object_attributes(pTemplate, 2, obj_ga.og_attributes); in create_new_tobj_in_lib()990 free_object_attributes(obj_ga.og_attributes, 2); in create_new_tobj_in_lib()1193 crypto_object_get_attribute_value_t obj_ga; in get_cka_private_value() local[all …]