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

  /src/crypto/external/apache2/openssl/dist/test/
endecode_test.c 34 #define TEST_FL_ptr(a) test_ptr(file, line, #a, a)
256 if (!TEST_FL_ptr(ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection,
266 || !TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
269 || !TEST_FL_ptr(*encoded = mem_buf->data)
303 if (!TEST_FL_ptr(encoded_bio = BIO_new_mem_buf(encoded, encoded_len)))
317 if (!TEST_FL_ptr(dctx = OSSL_DECODER_CTX_new_for_pkey(&testpkey,
375 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq)))
378 if (!TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
384 || !TEST_FL_ptr(*encoded = mem_buf->data)
411 if (!TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
endecode_test.c 30 #define TEST_FL_ptr(a) test_ptr(file, line, #a, a)
252 if (!TEST_FL_ptr(ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection,
262 || !TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
265 || !TEST_FL_ptr(*encoded = mem_buf->data)
299 if (!TEST_FL_ptr(encoded_bio = BIO_new_mem_buf(encoded, encoded_len)))
313 if (!TEST_FL_ptr(dctx = OSSL_DECODER_CTX_new_for_pkey(&testpkey,
371 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq)))
374 if (!TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
380 || !TEST_FL_ptr(*encoded = mem_buf->data)
407 if (!TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
    [all...]

Completed in 27 milliseconds