Searched refs:thisexd (Results 1 – 1 of 1) sorted by relevance
616 const EXTENSION_DEFINITION *thisexd; in tls_collect_extensions() local709 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() local813 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() local893 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