Home
last modified time | relevance | path

Searched refs:ssl_early_callback_ctx (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/include/openssl/
Dssl.h2712 struct ssl_early_callback_ctx { struct
2732 const struct ssl_early_callback_ctx *ctx, uint16_t extension_type, argument
2748 SSL_CTX *ctx, int (*cb)(const struct ssl_early_callback_ctx *));
2754 SSL_CTX *ctx, int (*cb)(const struct ssl_early_callback_ctx *));
3595 int (*select_certificate_cb)(const struct ssl_early_callback_ctx *);
3600 int (*dos_protection_cb) (const struct ssl_early_callback_ctx *);
/external/boringssl/src/ssl/
Dinternal.h996 const struct ssl_early_callback_ctx *ctx);
1186 char ssl_early_callback_init(struct ssl_early_callback_ctx *ctx);
Dssl_session.c429 const struct ssl_early_callback_ctx *ctx) { in ssl_get_prev_session()
Dt1_lib.c249 char ssl_early_callback_init(struct ssl_early_callback_ctx *ctx) { in ssl_early_callback_init()
312 const struct ssl_early_callback_ctx *ctx, uint16_t extension_type, in SSL_early_callback_ctx_extension_get()
Dssl_lib.c2524 SSL_CTX *ctx, int (*cb)(const struct ssl_early_callback_ctx *)) { in SSL_CTX_set_select_certificate_cb() argument
2529 SSL_CTX *ctx, int (*cb)(const struct ssl_early_callback_ctx *)) { in SSL_CTX_set_dos_protection_cb() argument
Ds3_srvr.c773 struct ssl_early_callback_ctx early_ctx; in ssl3_get_client_hello()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc345 static int SelectCertificateCallback(const struct ssl_early_callback_ctx *ctx) { in SelectCertificateCallback()
537 static int DDoSCallback(const struct ssl_early_callback_ctx *early_context) { in DDoSCallback()