Lines Matching refs:NULL
30 BIO *bio = NULL; in test_x509_check_cert_pkey()
31 X509 *x509 = NULL; in test_x509_check_cert_pkey()
32 X509_REQ *x509_req = NULL; in test_x509_check_cert_pkey()
33 EVP_PKEY *pkey = NULL; in test_x509_check_cert_pkey()
62 if (!TEST_ptr(pkey = PEM_read_bio_PrivateKey(bio, NULL, NULL, NULL))) in test_x509_check_cert_pkey()
73 x509 = PEM_read_bio_X509(bio, NULL, NULL, NULL); in test_x509_check_cert_pkey()
74 if (x509 == NULL) { in test_x509_check_cert_pkey()
82 x509_req = PEM_read_bio_X509_REQ(bio, NULL, NULL, NULL); in test_x509_check_cert_pkey()
83 if (x509_req == NULL) { in test_x509_check_cert_pkey()
121 sk = PEM_X509_INFO_read_bio(in, NULL, NULL, ""); in test_PEM_X509_INFO_read_bio()
125 if (it->x509 != NULL) in test_PEM_X509_INFO_read_bio()
127 if (it->crl != NULL) in test_PEM_X509_INFO_read_bio()
129 if (it->x_pkey != NULL) in test_PEM_X509_INFO_read_bio()
148 { NULL } in test_get_options()