Home
last modified time | relevance | path

Searched refs:tls_parse_all_extensions (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_clnt.c1698 if (!tls_parse_all_extensions(s, context, extensions, NULL, 0, 1)) { in tls_process_server_hello()
1769 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_HELLO_RETRY_REQUEST, in tls_process_as_hello_retry_request()
1884 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE, in tls_process_server_certificate()
2490 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE_REQUEST, in tls_process_certificate_request()
2686 || !tls_parse_all_extensions(s, in tls_process_new_session_ticket()
3705 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS, in tls_process_encrypted_extensions()
H A Dstatem_local.h175 __owur int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts,
H A Dextensions.c741 int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts, X509 *x, in tls_parse_all_extensions() function
H A Dstatem_srvr.c1906 if (!tls_parse_all_extensions(s, SSL_EXT_CLIENT_HELLO, in tls_early_post_process_client_hello()
3668 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE, in tls_process_client_certificate()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_clnt.c1657 if (!tls_parse_all_extensions(s, context, extensions, NULL, 0, 1)) { in tls_process_server_hello()
1727 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_HELLO_RETRY_REQUEST, in tls_process_as_hello_retry_request()
1830 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE, in tls_process_server_certificate()
2377 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE_REQUEST, in tls_process_certificate_request()
2551 || !tls_parse_all_extensions(s, in tls_process_new_session_ticket()
3644 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS, in tls_process_encrypted_extensions()
H A Dstatem_local.h190 __owur int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts,
H A Dstatem_srvr.c1862 if (!tls_parse_all_extensions(s, SSL_EXT_CLIENT_HELLO, in tls_early_post_process_client_hello()
3483 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE, in tls_process_client_certificate()