Searched refs:good_int (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_asn_test.c47 const int good_int = 77; local
53 if (!TEST_true(ASN1_INTEGER_set(asn1integer, good_int))) {
57 res = TEST_int_eq(good_int, ossl_cmp_asn1_get_int(asn1integer));

Completed in 178 milliseconds