Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dasn1_internal_test.c238 #define sn_prefix "custom" in test_obj_create() macro
242 if (!TEST_true(test_obj_create_once(NULL, sn_prefix "1", NULL)) in test_obj_create()
243 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "1"), NID_undef) in test_obj_create()
246 || !TEST_true(test_obj_create_once(NULL, sn_prefix "3", ln_prefix "3")) in test_obj_create()
247 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "3"), NID_undef) in test_obj_create()
250 || !TEST_true(test_obj_create_once(arc "5", sn_prefix "5", NULL)) in test_obj_create()
251 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "5"), NID_undef) in test_obj_create()
255 sn_prefix "7", ln_prefix "7")) in test_obj_create()
256 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "7"), NID_undef) in test_obj_create()
262 sn_prefix "8", ln_prefix "8"))) in test_obj_create()