Lines Matching refs:NULL

77     unsigned char *pkey_der = NULL;  in ct_v1_log_id_from_pkey()
80 EVP_MD *sha256 = NULL; in ct_v1_log_id_from_pkey()
87 if (sha256 == NULL) { in ct_v1_log_id_from_pkey()
93 NULL); in ct_v1_log_id_from_pkey()
104 if (ret == NULL) in CTLOG_STORE_new_ex()
105 return NULL; in CTLOG_STORE_new_ex()
108 if (propq != NULL) { in CTLOG_STORE_new_ex()
110 if (ret->propq == NULL) in CTLOG_STORE_new_ex()
115 if (ret->logs == NULL) { in CTLOG_STORE_new_ex()
123 return NULL; in CTLOG_STORE_new_ex()
128 return CTLOG_STORE_new_ex(NULL, NULL); in CTLOG_STORE_new()
133 if (store != NULL) { in CTLOG_STORE_free()
146 if (description == NULL) { in ctlog_new_from_conf()
152 if (pkey_base64 == NULL) { in ctlog_new_from_conf()
165 if (fpath == NULL) in CTLOG_STORE_load_default_file()
181 CTLOG *ct_log = NULL; in ctlog_store_load_log()
187 if (log_name == NULL) in ctlog_store_load_log()
191 if (tmp == NULL) in ctlog_store_load_log()
221 if (load_ctx == NULL) in CTLOG_STORE_load_file()
224 load_ctx->conf = NCONF_new(NULL); in CTLOG_STORE_load_file()
225 if (load_ctx->conf == NULL) in CTLOG_STORE_load_file()
228 if (NCONF_load(load_ctx->conf, file, NULL) <= 0) { in CTLOG_STORE_load_file()
233 enabled_logs = NCONF_get_string(load_ctx->conf, NULL, "enabled_logs"); in CTLOG_STORE_load_file()
234 if (enabled_logs == NULL) { in CTLOG_STORE_load_file()
262 if (ret == NULL) in CTLOG_new_ex()
263 return NULL; in CTLOG_new_ex()
266 if (propq != NULL) { in CTLOG_new_ex()
268 if (ret->propq == NULL) in CTLOG_new_ex()
273 if (ret->name == NULL) in CTLOG_new_ex()
283 return NULL; in CTLOG_new_ex()
288 return CTLOG_new_ex(public_key, name, NULL, NULL); in CTLOG_new()
294 if (log != NULL) { in CTLOG_free()
335 return NULL; in CTLOG_STORE_get0_log_by_id()