Searched refs:thisexd (Results 1 – 1 of 1) sorted by relevance
555 const EXTENSION_DEFINITION *thisexd; in tls_collect_extensions() local648 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() local751 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() local827 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