Symbol: TEST_FL_ptr
crypto/openssl/test/endecode_test.c
256
if (!TEST_FL_ptr(ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection,
crypto/openssl/test/endecode_test.c
266
|| !TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
crypto/openssl/test/endecode_test.c
269
|| !TEST_FL_ptr(*encoded = mem_buf->data)
crypto/openssl/test/endecode_test.c
303
if (!TEST_FL_ptr(encoded_bio = BIO_new_mem_buf(encoded, encoded_len)))
crypto/openssl/test/endecode_test.c
317
if (!TEST_FL_ptr(dctx = OSSL_DECODER_CTX_new_for_pkey(&testpkey,
crypto/openssl/test/endecode_test.c
375
if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq)))
crypto/openssl/test/endecode_test.c
378
if (!TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
crypto/openssl/test/endecode_test.c
384
|| !TEST_FL_ptr(*encoded = mem_buf->data)
crypto/openssl/test/endecode_test.c
411
if (!TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem())))
crypto/openssl/test/endecode_test.c
423
|| !TEST_FL_ptr(*encoded = mem_buf->data)
crypto/openssl/test/endecode_test.c
460
|| !TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
crypto/openssl/test/endecode_test.c
465
|| !TEST_FL_ptr(*encoded = mem_buf->data)
crypto/openssl/test/endecode_test.c
535
if (TEST_FL_ptr(p8inf)) {
crypto/openssl/test/endecode_test.c
539
if (TEST_FL_ptr(pkey)) {
crypto/openssl/test/endecode_test.c
677
int ok = TEST_FL_ptr(pkey);
crypto/openssl/test/endecode_test.c
724
int ok = TEST_FL_ptr(p8);
crypto/openssl/test/endecode_test.c
775
&& TEST_FL_ptr(strstr(data, "\nDEK-Info: "));
crypto/openssl/test/endecode_test.c
816
int ok = (TEST_FL_ptr(pkey) && TEST_FL_true(EVP_PKEY_is_a(pkey, type)));
crypto/openssl/test/endecode_test.c
859
int ok = TEST_FL_ptr(pkey);