Home
last modified time | relevance | path

Searched refs:RAW_EXTENSION (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/crypto/openssl/ssl/statem/
HDextensions.c419 int tls_validate_all_contexts(SSL *s, unsigned int thisctx, RAW_EXTENSION *exts) in tls_validate_all_contexts()
422 RAW_EXTENSION *thisext; in tls_validate_all_contexts()
464 custom_ext_methods *meths, RAW_EXTENSION *rawexlist, in verify_extension()
465 RAW_EXTENSION **found) in verify_extension()
562 RAW_EXTENSION **res, size_t *len, int init) in tls_collect_extensions()
568 RAW_EXTENSION *raw_extensions = NULL; in tls_collect_extensions()
591 RAW_EXTENSION *thisex; in tls_collect_extensions()
693 RAW_EXTENSION *exts, X509 *x, size_t chainidx) in tls_parse_extension()
695 RAW_EXTENSION *currext = &exts[idx]; in tls_parse_extension()
742 int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts, X509 *x, in tls_parse_all_extensions()
HDstatem_local.h183 RAW_EXTENSION *exts);
187 RAW_EXTENSION **res, size_t *len, int init);
189 RAW_EXTENSION *exts, X509 *x, size_t chainidx);
190 __owur int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts,
HDstatem_clnt.c1385 RAW_EXTENSION *extensions = NULL; in tls_process_server_hello()
1716 RAW_EXTENSION *extensions = NULL; in tls_process_as_hello_retry_request()
1820 RAW_EXTENSION *rawexts = NULL; in tls_process_server_certificate()
2345 RAW_EXTENSION *rawexts = NULL; in tls_process_certificate_request()
2459 RAW_EXTENSION *exts = NULL; in tls_process_new_session_ticket()
3633 RAW_EXTENSION *rawexts = NULL; in tls_process_encrypted_extensions()
HDstatem_lib.c1768 RAW_EXTENSION *suppversions; in ssl_choose_server_version()
1900 int ssl_choose_client_version(SSL *s, int version, RAW_EXTENSION *extensions) in ssl_choose_client_version()
HDstatem_srvr.c3473 RAW_EXTENSION *rawexts = NULL; in tls_process_client_certificate()
/freebsd-head/crypto/openssl/ssl/
HDssl_local.h722 } RAW_EXTENSION; typedef
737 RAW_EXTENSION *pre_proc_exts;
2543 RAW_EXTENSION *extensions);
HDssl_lib.c5448 RAW_EXTENSION *ext; in SSL_client_hello_get1_extensions_present()
5488 RAW_EXTENSION *r; in SSL_client_hello_get0_ext()
HDt1_lib.c1758 RAW_EXTENSION *ticketext; in tls_get_ticket_from_client()