Home
last modified time | relevance | path

Searched refs:thisexd (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions.c597 const EXTENSION_DEFINITION *thisexd; in tls_collect_extensions() local
689 for (thisexd = ext_defs, i = 0; i < OSSL_NELEM(ext_defs); in tls_collect_extensions()
690 i++, thisexd++) { in tls_collect_extensions()
691 if (thisexd->init != NULL && (thisexd->context & context) != 0 in tls_collect_extensions()
692 && extension_is_relevant(s, thisexd->context, context) in tls_collect_extensions()
693 && !thisexd->init(s, context)) { in tls_collect_extensions()
774 const EXTENSION_DEFINITION *thisexd; in tls_parse_all_extensions() local
792 for (i = 0, thisexd = ext_defs; i < OSSL_NELEM(ext_defs); in tls_parse_all_extensions()
793 i++, thisexd in tls_parse_all_extensions()
835 const EXTENSION_DEFINITION *thisexd; tls_construct_extensions() local
[all...]
/third_party/openssl/ssl/statem/
H A Dextensions.c569 const EXTENSION_DEFINITION *thisexd; in tls_collect_extensions() local
661 for (thisexd = ext_defs, i = 0; i < OSSL_NELEM(ext_defs); in tls_collect_extensions()
662 i++, thisexd++) { in tls_collect_extensions()
663 if (thisexd->init != NULL && (thisexd->context & context) != 0 in tls_collect_extensions()
664 && extension_is_relevant(s, thisexd->context, context) in tls_collect_extensions()
665 && !thisexd->init(s, context)) { in tls_collect_extensions()
746 const EXTENSION_DEFINITION *thisexd; in tls_parse_all_extensions() local
764 for (i = 0, thisexd = ext_defs; i < OSSL_NELEM(ext_defs); in tls_parse_all_extensions()
765 i++, thisexd in tls_parse_all_extensions()
807 const EXTENSION_DEFINITION *thisexd; tls_construct_extensions() local
[all...]

Completed in 3 milliseconds