Home
last modified time | relevance | path

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

/openssl/test/
H A Dnamemap_internal_test.c35 int num1 = ossl_namemap_add_name(nm, 0, NAME1); in test_namemap() local
37 int num3 = ossl_namemap_add_name(nm, num1, ALIAS1); in test_namemap()
45 return TEST_int_ne(num1, 0) in test_namemap()
47 && TEST_int_eq(num1, num3) in test_namemap()
49 && TEST_int_eq(num1, check1) in test_namemap()

Completed in 3 milliseconds