Lines Matching refs:propq
26 char *propq; member
38 char *propq; member
86 sha256 = EVP_MD_fetch(log->libctx, "SHA2-256", log->propq); in ct_v1_log_id_from_pkey()
100 CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in CTLOG_STORE_new_ex() argument
108 if (propq != NULL) { in CTLOG_STORE_new_ex()
109 ret->propq = OPENSSL_strdup(propq); in CTLOG_STORE_new_ex()
110 if (ret->propq == NULL) in CTLOG_STORE_new_ex()
134 OPENSSL_free(store->propq); in CTLOG_STORE_free()
158 store->libctx, store->propq); in ctlog_new_from_conf()
258 const char *propq) in CTLOG_new_ex() argument
266 if (propq != NULL) { in CTLOG_new_ex()
267 ret->propq = OPENSSL_strdup(propq); in CTLOG_new_ex()
268 if (ret->propq == NULL) in CTLOG_new_ex()
297 OPENSSL_free(log->propq); in CTLOG_free()