Searched refs:thisctx (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions.c | 431 static int validate_context(SSL *s, unsigned int extctx, unsigned int thisctx) in validate_context() argument 434 if ((thisctx & extctx) == 0) in validate_context() 447 int tls_validate_all_contexts(SSL *s, unsigned int thisctx, RAW_EXTENSION *exts) in tls_validate_all_contexts() argument 454 if ((thisctx & SSL_EXT_CLIENT_HELLO) != 0) in tls_validate_all_contexts() 456 else if ((thisctx & SSL_EXT_TLS1_2_SERVER_HELLO) != 0) in tls_validate_all_contexts() 478 if (!validate_context(s, context, thisctx)) in tls_validate_all_contexts() 536 * the extension is relevant for the current context |thisctx| or not. Returns 539 int extension_is_relevant(SSL *s, unsigned int extctx, unsigned int thisctx) in extension_is_relevant() argument 547 if ((thisctx & SSL_EXT_TLS1_3_HELLO_RETRY_REQUEST) != 0) in extension_is_relevant() 566 && (thisctx in extension_is_relevant() 805 should_add_extension(SSL *s, unsigned int extctx, unsigned int thisctx, int max_version) should_add_extension() argument [all...] |
H A D | statem_local.h | 186 __owur int tls_validate_all_contexts(SSL *s, unsigned int thisctx, 189 unsigned int thisctx); 197 unsigned int thisctx, int max_version);
|
/third_party/openssl/ssl/statem/ |
H A D | extensions.c | 403 static int validate_context(SSL *s, unsigned int extctx, unsigned int thisctx) in validate_context() argument 406 if ((thisctx & extctx) == 0) in validate_context() 419 int tls_validate_all_contexts(SSL *s, unsigned int thisctx, RAW_EXTENSION *exts) in tls_validate_all_contexts() argument 426 if ((thisctx & SSL_EXT_CLIENT_HELLO) != 0) in tls_validate_all_contexts() 428 else if ((thisctx & SSL_EXT_TLS1_2_SERVER_HELLO) != 0) in tls_validate_all_contexts() 450 if (!validate_context(s, context, thisctx)) in tls_validate_all_contexts() 508 * the extension is relevant for the current context |thisctx| or not. Returns 511 int extension_is_relevant(SSL *s, unsigned int extctx, unsigned int thisctx) in extension_is_relevant() argument 519 if ((thisctx & SSL_EXT_TLS1_3_HELLO_RETRY_REQUEST) != 0) in extension_is_relevant() 538 && (thisctx in extension_is_relevant() 777 should_add_extension(SSL *s, unsigned int extctx, unsigned int thisctx, int max_version) should_add_extension() argument [all...] |
H A D | statem_local.h | 182 __owur int tls_validate_all_contexts(SSL *s, unsigned int thisctx, 185 unsigned int thisctx); 193 unsigned int thisctx, int max_version);
|
Completed in 7 milliseconds