Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions_cust.c188 if (!should_add_extension(s, meth->context, context, maxversion)) in custom_ext_add()
H A Dextensions.c776 int should_add_extension(SSL *s, unsigned int extctx, unsigned int thisctx, in should_add_extension() function
848 if (!should_add_extension(s, thisexd->context, context, max_version)) in tls_construct_extensions()
H A Dstatem_local.h177 __owur int should_add_extension(SSL *s, unsigned int extctx,
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dextensions_cust.c187 if (!should_add_extension(s, meth->context, context, maxversion)) in custom_ext_add()
H A Dextensions.c777 int should_add_extension(SSL *s, unsigned int extctx, unsigned int thisctx, in should_add_extension() function
847 if (!should_add_extension(s, thisexd->context, context, max_version)) in tls_construct_extensions()
H A Dstatem_local.h192 __owur int should_add_extension(SSL *s, unsigned int extctx,