Searched refs:sctf (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/ssl/
H A Dssl_ct_sct.h57 void sct_release(sct_fields_t *sctf);
59 apr_status_t sct_verify_signature(conn_rec *c, sct_fields_t *sctf,
62 apr_status_t sct_verify_timestamp(conn_rec *c, sct_fields_t *sctf);
H A Dssl_ct_sct.c25 static apr_status_t verify_signature(sct_fields_t *sctf, argument
31 if (sctf->signed_data == NULL) {
37 ap_assert(1 == EVP_VerifyUpdate(&ctx, sctf->signed_data,
38 sctf->signed_data_len));
39 rc = EVP_VerifyFinal(&ctx, sctf->sig, sctf->siglen, pkey);
45 apr_status_t sct_verify_signature(conn_rec *c, sct_fields_t *sctf, argument
53 ap_assert(sctf->signed_data != NULL);
65 if (!memcmp(logid, sctf->logid, LOG_ID_SIZE)) {
66 if (!log_valid_for_received_sct(config_elts[i], sctf
287 sct_release(sct_fields_t *sctf) argument
295 sct_verify_timestamp(conn_rec *c, sct_fields_t *sctf) argument
[all...]

Completed in 3047 milliseconds