Searched refs:tls_parse_all_extensions (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | statem_clnt.c | 1757 if (!tls_parse_all_extensions(s, context, extensions, NULL, 0, 1)) { in tls_process_server_hello() 1861 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_HELLO_RETRY_REQUEST, in tls_process_as_hello_retry_request() 2061 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE, in tls_process_server_certificate() 2646 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE_REQUEST, in tls_process_certificate_request() 2824 || !tls_parse_all_extensions(s, in tls_process_new_session_ticket() 4079 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS, in tls_process_encrypted_extensions()
|
| H A D | statem_local.h | 265 __owur int tls_parse_all_extensions(SSL_CONNECTION *s, int context,
|
| H A D | extensions.c | 738 int tls_parse_all_extensions(SSL_CONNECTION *s, int context, in tls_parse_all_extensions() function
|
| H A D | statem_srvr.c | 1980 if (!tls_parse_all_extensions(s, SSL_EXT_CLIENT_HELLO, in tls_early_post_process_client_hello() 3726 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE, in tls_process_client_certificate()
|
| H A D | statem_lib.c | 1309 if (!tls_parse_all_extensions(sc, SSL_EXT_TLS1_3_RAW_PUBLIC_KEY, in tls_process_rpk()
|