Lines Matching refs:NULL
50 X509 *x509 = NULL;
51 EVP_PKEY *pkey = NULL;
52 FILE *fp = NULL;
64 PEM_write_PrivateKey(fp, pkey, NULL, NULL, 0, NULL, NULL);
98 X509_NAME *name = NULL;
100 if ((pkeyp == NULL) || (*pkeyp == NULL)) {
101 if ((pk = EVP_PKEY_new()) == NULL) {
108 if ((x509p == NULL) || (*x509p == NULL)) {
109 if ((x = X509_new()) == NULL)
115 rsa = RSA_generate_key(bits, RSA_F4, callback, NULL);
119 rsa = NULL;
174 * Add extension using V3 code: we can set the config file as NULL
190 X509V3_set_ctx(&ctx, cert, cert, NULL, NULL, 0);
191 ex = X509V3_EXT_conf_nid(NULL, &ctx, nid, value);