Home
last modified time | relevance | path

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

/openssl/test/
H A Dasn1_internal_test.c227 #define sn_prefix "custom" in test_obj_create() macro
231 if (!TEST_true(test_obj_create_once(NULL, sn_prefix "1", NULL)) in test_obj_create()
232 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "1"), NID_undef) in test_obj_create()
235 || !TEST_true(test_obj_create_once(NULL, sn_prefix "3", ln_prefix "3")) in test_obj_create()
236 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "3"), NID_undef) in test_obj_create()
239 || !TEST_true(test_obj_create_once(arc "5", sn_prefix "5", NULL)) in test_obj_create()
240 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "5"), NID_undef) in test_obj_create()
244 sn_prefix "7", ln_prefix "7")) in test_obj_create()
245 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "7"), NID_undef) in test_obj_create()
251 sn_prefix "8", ln_prefix "8"))) in test_obj_create()

Completed in 4 milliseconds