Searched refs:thisctx (Results 1 – 2 of 2) sorted by relevance
447 unsigned int thisctx) in validate_context() argument450 if ((thisctx & extctx) == 0) in validate_context()471 if ((thisctx & SSL_EXT_CLIENT_HELLO) != 0) in tls_validate_all_contexts()473 else if ((thisctx & SSL_EXT_TLS1_2_SERVER_HELLO) != 0) in tls_validate_all_contexts()495 if (!validate_context(s, context, thisctx)) in tls_validate_all_contexts()557 unsigned int thisctx) in extension_is_relevant() argument565 if ((thisctx & SSL_EXT_TLS1_3_HELLO_RETRY_REQUEST) != 0) in extension_is_relevant()584 && (thisctx & SSL_EXT_CLIENT_HELLO) == 0) in extension_is_relevant()829 if ((extctx & thisctx) == 0) in should_add_extension()833 if (!extension_is_relevant(s, extctx, thisctx) in should_add_extension()[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);
Completed in 11 milliseconds