Searched refs:SSL_custom_ext_add_cb (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
H A Dcustom_extensions.c193 SSL_custom_ext_add_cb add_cb,
240 SSL_custom_ext_add_cb add_cb,
250 SSL_custom_ext_add_cb add_cb,
H A Dinternal.h470 SSL_custom_ext_add_cb add_callback;
/external/boringssl/include/openssl/
H A Dssl.h1325 /* SSL_custom_ext_add_cb is a callback function that is called when the
1342 typedef int (*SSL_custom_ext_add_cb)(SSL *ssl, unsigned extension_value, typedef
1347 * an |SSL_custom_ext_add_cb| callback previously returned one. In that case,
1379 * ClientHello. Otherwise, see the comment for |SSL_custom_ext_add_cb| about
1390 SSL_CTX *ctx, unsigned extension_value, SSL_custom_ext_add_cb add_cb,
1401 SSL_CTX *ctx, unsigned extension_value, SSL_custom_ext_add_cb add_cb,
/external/boringssl/src/include/openssl/
H A Dssl.h1325 /* SSL_custom_ext_add_cb is a callback function that is called when the
1342 typedef int (*SSL_custom_ext_add_cb)(SSL *ssl, unsigned extension_value, typedef
1347 * an |SSL_custom_ext_add_cb| callback previously returned one. In that case,
1379 * ClientHello. Otherwise, see the comment for |SSL_custom_ext_add_cb| about
1390 SSL_CTX *ctx, unsigned extension_value, SSL_custom_ext_add_cb add_cb,
1401 SSL_CTX *ctx, unsigned extension_value, SSL_custom_ext_add_cb add_cb,

Completed in 114 milliseconds