Home
last modified time | relevance | path

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

/openssl-master/ssl/statem/
A Dextensions.c555 const EXTENSION_DEFINITION *thisexd; in tls_collect_extensions() local
648 i++, thisexd++) { in tls_collect_extensions()
649 if (thisexd->init != NULL && (thisexd->context & context) != 0 in tls_collect_extensions()
651 && !thisexd->init(s, context)) { in tls_collect_extensions()
732 const EXTENSION_DEFINITION *thisexd; in tls_parse_all_extensions() local
751 i++, thisexd++) { in tls_parse_all_extensions()
752 if (thisexd->final != NULL && (thisexd->context & context) != 0 in tls_parse_all_extensions()
793 const EXTENSION_DEFINITION *thisexd; in tls_construct_extensions() local
827 for (i = 0, thisexd = ext_defs; i < OSSL_NELEM(ext_defs); i++, thisexd++) { in tls_construct_extensions()
836 construct = s->server ? thisexd->construct_stoc in tls_construct_extensions()
[all …]

Completed in 5 milliseconds