Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dextensions.c616 const EXTENSION_DEFINITION *thisexd; in tls_collect_extensions() local
709 i++, thisexd++) { in tls_collect_extensions()
710 if (thisexd->init != NULL && (thisexd->context & context) != 0 in tls_collect_extensions()
712 && !thisexd->init(s, context)) { in tls_collect_extensions()
794 const EXTENSION_DEFINITION *thisexd; in tls_parse_all_extensions() local
813 i++, thisexd++) { in tls_parse_all_extensions()
814 if (thisexd->final != NULL && (thisexd->context & context) != 0 in tls_parse_all_extensions()
856 const EXTENSION_DEFINITION *thisexd; in tls_construct_extensions() local
893 for (i = 0, thisexd = ext_defs; i < OSSL_NELEM(ext_defs); i++, thisexd++) { in tls_construct_extensions()
903 construct = s->server ? thisexd->construct_stoc in tls_construct_extensions()
[all …]

Completed in 8 milliseconds