Searched refs:thisctx (Results 1 – 2 of 2) sorted by relevance
398 unsigned int thisctx) in validate_context() argument401 if ((thisctx & extctx) == 0) in validate_context()414 int tls_validate_all_contexts(SSL_CONNECTION *s, unsigned int thisctx, in tls_validate_all_contexts() argument422 if ((thisctx & SSL_EXT_CLIENT_HELLO) != 0) in tls_validate_all_contexts()424 else if ((thisctx & SSL_EXT_TLS1_2_SERVER_HELLO) != 0) in tls_validate_all_contexts()446 if (!validate_context(s, context, thisctx)) in tls_validate_all_contexts()508 unsigned int thisctx) in extension_is_relevant() argument516 if ((thisctx & SSL_EXT_TLS1_3_HELLO_RETRY_REQUEST) != 0) in extension_is_relevant()535 && (thisctx & SSL_EXT_CLIENT_HELLO) == 0) in extension_is_relevant()775 unsigned int thisctx, int max_version) in should_add_extension() argument[all …]
256 __owur int tls_validate_all_contexts(SSL_CONNECTION *s, unsigned int thisctx,259 unsigned int thisctx);269 unsigned int thisctx, int max_version);