Home
last modified time | relevance | path

Searched refs:tls_parse_extension (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_sess.c515 if (!tls_parse_extension(s, TLSEXT_IDX_psk_kex_modes, in ssl_get_prev_session()
518 || !tls_parse_extension(s, TLSEXT_IDX_psk, SSL_EXT_CLIENT_HELLO, in ssl_get_prev_session()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions.c691 int tls_parse_extension(SSL *s, TLSEXT_INDEX idx, int context, in tls_parse_extension() function
752 if (!tls_parse_extension(s, i, context, exts, x, chainidx)) { in tls_parse_all_extensions()
H A Dstatem_local.h173 __owur int tls_parse_extension(SSL *s, TLSEXT_INDEX idx, int context,
H A Dstatem_lib.c1906 if (!tls_parse_extension(s, TLSEXT_IDX_supported_versions, in ssl_choose_client_version()
H A Dstatem_clnt.c1549 if (!tls_parse_extension(s, TLSEXT_IDX_psk, in tls_process_server_hello()
H A Dstatem_srvr.c1800 if (!tls_parse_extension(s, TLSEXT_IDX_extended_master_secret, in tls_early_post_process_client_hello()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_local.h188 __owur int tls_parse_extension(SSL *s, TLSEXT_INDEX idx, int context,
H A Dstatem_srvr.c1759 if (!tls_parse_extension(s, TLSEXT_IDX_extended_master_secret, in tls_early_post_process_client_hello()
H A Dstatem_clnt.c1512 if (!tls_parse_extension(s, TLSEXT_IDX_psk, in tls_process_server_hello()