Searched refs:sct_fields_t (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/ssl/
H A Dssl_ct_sct.h50 } sct_fields_t; typedef in typeref:struct:__anon315
55 sct_fields_t *fields);
57 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,
45 apr_status_t sct_verify_signature(conn_rec *c, sct_fields_t *sctf,
93 sct_fields_t *fields)
287 void sct_release(sct_fields_t *sctf)
295 apr_status_t sct_verify_timestamp(conn_rec *c, sct_fields_t *sctf)
H A Dmod_ssl_ct.c347 sct_fields_t fields;
1741 sct_fields_t fields;

Completed in 32 milliseconds