Home
last modified time | relevance | path

Searched refs:extctx (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions.c431 static int validate_context(SSL *s, unsigned int extctx, unsigned int thisctx) in validate_context() argument
434 if ((thisctx & extctx) == 0) in validate_context()
438 if ((extctx & SSL_EXT_TLS_ONLY) != 0) in validate_context()
440 } else if ((extctx & SSL_EXT_DTLS_ONLY) != 0) { in validate_context()
535 * Check whether the context defined for an extension |extctx| means whether
539 int extension_is_relevant(SSL *s, unsigned int extctx, unsigned int thisctx) in extension_is_relevant() argument
553 && (extctx & SSL_EXT_TLS_IMPLEMENTATION_ONLY) != 0) in extension_is_relevant()
555 && (extctx & SSL_EXT_SSL3_ALLOWED) == 0) in extension_is_relevant()
564 || (is_tls13 && (extctx & SSL_EXT_TLS1_2_AND_BELOW_ONLY) != 0) in extension_is_relevant()
565 || (!is_tls13 && (extctx 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 Dstatem_local.h188 __owur int extension_is_relevant(SSL *s, unsigned int extctx,
196 __owur int should_add_extension(SSL *s, unsigned int extctx,
/third_party/openssl/ssl/statem/
H A Dextensions.c403 static int validate_context(SSL *s, unsigned int extctx, unsigned int thisctx) in validate_context() argument
406 if ((thisctx & extctx) == 0) in validate_context()
410 if ((extctx & SSL_EXT_TLS_ONLY) != 0) in validate_context()
412 } else if ((extctx & SSL_EXT_DTLS_ONLY) != 0) { in validate_context()
507 * Check whether the context defined for an extension |extctx| means whether
511 int extension_is_relevant(SSL *s, unsigned int extctx, unsigned int thisctx) in extension_is_relevant() argument
525 && (extctx & SSL_EXT_TLS_IMPLEMENTATION_ONLY) != 0) in extension_is_relevant()
527 && (extctx & SSL_EXT_SSL3_ALLOWED) == 0) in extension_is_relevant()
536 || (is_tls13 && (extctx & SSL_EXT_TLS1_2_AND_BELOW_ONLY) != 0) in extension_is_relevant()
537 || (!is_tls13 && (extctx 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 Dstatem_local.h184 __owur int extension_is_relevant(SSL *s, unsigned int extctx,
192 __owur int should_add_extension(SSL *s, unsigned int extctx,

Completed in 4 milliseconds