Searched refs:should_add_extension (Results 1 – 3 of 3) sorted by relevance
/openssl/ssl/statem/ |
H A D | extensions_cust.c | 189 if (!should_add_extension(s, meth->context, context, maxversion)) in custom_ext_add()
|
H A D | extensions.c | 825 int should_add_extension(SSL_CONNECTION *s, unsigned int extctx, in should_add_extension() function 900 if (!should_add_extension(s, thisexd->context, context, max_version)) in tls_construct_extensions()
|
H A D | statem_local.h | 268 __owur int should_add_extension(SSL_CONNECTION *s, unsigned int extctx,
|
Completed in 12 milliseconds