Home
last modified time | relevance | path

Searched refs:grp_copy (Results 1 – 1 of 1) sorted by relevance

/openssl-master/test/
A Dec_internal_test.c268 EC_GROUP *grp_copy = NULL; in decoded_flag_test() local
295 EC_GROUP_free(grp_copy); in decoded_flag_test()
296 grp_copy = NULL; in decoded_flag_test()
308 || !TEST_int_eq(EC_KEY_set_group(key, grp_copy), 1) in decoded_flag_test()
312 EC_GROUP_free(grp_copy); in decoded_flag_test()
313 grp_copy = NULL; in decoded_flag_test()
323 EC_GROUP_free(grp_copy); in decoded_flag_test()
324 grp_copy = NULL; in decoded_flag_test()
335 EC_GROUP_free(grp_copy); in decoded_flag_test()
336 grp_copy = NULL; in decoded_flag_test()
[all …]

Completed in 3 milliseconds