HomeSort by: relevance | last modified time | path
    Searched defs:TEST_FL_true (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
endecode_test.c 42 #define TEST_FL_true(a) test_true(file, line, #a, (a) != 0)
262 && !TEST_FL_true(OSSL_ENCODER_CTX_set_passphrase(ectx, upass,
265 && !TEST_FL_true(OSSL_ENCODER_CTX_set_cipher(ectx, pcipher, NULL)))
267 || !TEST_FL_true(OSSL_ENCODER_to_bio(ectx, mem_ser))
268 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
379 || !TEST_FL_true(PEM_write_bio_PrivateKey_traditional(mem_ser, pkey,
383 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
422 if (!TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
457 if (!TEST_FL_true(ossl_assert((selection
464 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
endecode_test.c 38 #define TEST_FL_true(a) test_true(file, line, #a, (a) != 0)
258 && !TEST_FL_true(OSSL_ENCODER_CTX_set_passphrase(ectx, upass,
261 && !TEST_FL_true(OSSL_ENCODER_CTX_set_cipher(ectx, pcipher, NULL)))
263 || !TEST_FL_true(OSSL_ENCODER_to_bio(ectx, mem_ser))
264 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
375 || !TEST_FL_true(PEM_write_bio_PrivateKey_traditional(mem_ser, pkey,
379 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
418 if (!TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
453 if (!TEST_FL_true(ossl_assert((selection
458 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0
    [all...]

Completed in 30 milliseconds