Searched refs:TEST_FL_int_eq (Results 1 – 1 of 1) sorted by relevance
/openssl-master/test/ |
A D | endecode_test.c | 34 #define TEST_FL_int_eq(a, b) test_int_eq(file, line, #a, #b, a, b) macro 298 || !TEST_FL_int_eq(OSSL_DECODER_from_bio(dctx, encoded_bio), in decode_EVP_PKEY_prov() 309 if (!TEST_FL_int_eq(EVP_PKEY_parameters_eq(pkey, testpkey), 1)) in decode_EVP_PKEY_prov() 312 if (!TEST_FL_int_eq(EVP_PKEY_eq(pkey, testpkey), 1)) in decode_EVP_PKEY_prov()
|
Completed in 6 milliseconds