Lines Matching refs:TEST_FL_true
38 #define TEST_FL_true(a) test_true(file, line, #a, (a) != 0)
246 && !TEST_FL_true(OSSL_ENCODER_CTX_set_passphrase(ectx, upass,
249 && !TEST_FL_true(OSSL_ENCODER_CTX_set_cipher(ectx, pcipher, NULL)))
251 || !TEST_FL_true(OSSL_ENCODER_to_bio(ectx, mem_ser))
252 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
363 || !TEST_FL_true(PEM_write_bio_PrivateKey_traditional(mem_ser, pkey,
367 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
406 if (!TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
441 if (!TEST_FL_true(ossl_assert((selection
446 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
523 if (!(ok = TEST_FL_true(EVP_PKEY_is_a(pkey, type)))) {
529 ok = ok && TEST_FL_true(evp_pkey_is_provided(pkey));
801 int ok = (TEST_FL_ptr(pkey) && TEST_FL_true(EVP_PKEY_is_a(pkey, type)));