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

/external/boringssl/src/ssl/
H A Dcustom_extensions.c195 SSL_custom_ext_parse_cb parse_cb,
242 SSL_custom_ext_parse_cb parse_cb,
252 SSL_custom_ext_parse_cb parse_cb,
H A Dinternal.h473 SSL_custom_ext_parse_cb parse_callback;
/external/boringssl/include/openssl/
H A Dssl.h1354 /* SSL_custom_ext_parse_cb is a callback function that is called by OpenSSL to
1364 typedef int (*SSL_custom_ext_parse_cb)(SSL *ssl, unsigned extension_value, typedef
1392 SSL_custom_ext_parse_cb parse_cb, void *parse_arg);
1403 SSL_custom_ext_parse_cb parse_cb, void *parse_arg);
/external/boringssl/src/include/openssl/
H A Dssl.h1354 /* SSL_custom_ext_parse_cb is a callback function that is called by OpenSSL to
1364 typedef int (*SSL_custom_ext_parse_cb)(SSL *ssl, unsigned extension_value, typedef
1392 SSL_custom_ext_parse_cb parse_cb, void *parse_arg);
1403 SSL_custom_ext_parse_cb parse_cb, void *parse_arg);

Completed in 94 milliseconds