Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dinternal.h805 int ssl_get_prev_session(SSL *s, const struct ssl_early_callback_ctx *ctx);
1032 char ssl_early_callback_init(struct ssl_early_callback_ctx *ctx);
1074 int tls1_process_ticket(SSL *s, const struct ssl_early_callback_ctx *ctx,
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()
2043 int tls1_process_ticket(SSL *s, const struct ssl_early_callback_ctx *ctx, in tls1_process_ticket()
Dssl_sess.c376 int ssl_get_prev_session(SSL *s, const struct ssl_early_callback_ctx *ctx) { in ssl_get_prev_session()
Ds3_srvr.c814 struct ssl_early_callback_ctx early_ctx; in ssl3_get_client_hello()
Dssl_lib.c2906 SSL_CTX *ctx, int (*cb)(const struct ssl_early_callback_ctx *)) { in SSL_CTX_set_dos_protection_cb() argument
/external/boringssl/src/include/openssl/
Dssl.h794 struct ssl_early_callback_ctx { struct
814 const struct ssl_early_callback_ctx *ctx, uint16_t extension_type, argument
986 int (*select_certificate_cb)(const struct ssl_early_callback_ctx *);
991 int (*dos_protection_cb) (const struct ssl_early_callback_ctx *);
2268 SSL_CTX *ctx, int (*cb)(const struct ssl_early_callback_ctx *));
/external/boringssl/src/ssl/test/
Dbssl_shim.cc147 static int SelectCertificateCallback(const struct ssl_early_callback_ctx *ctx) { in SelectCertificateCallback()
320 static int DDoSCallback(const struct ssl_early_callback_ctx *early_context) { in DDoSCallback()