Searched refs:ssl_early_callback_ctx (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/ssl/ |
D | internal.h | 805 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,
|
D | t1_lib.c | 249 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()
|
D | ssl_sess.c | 376 int ssl_get_prev_session(SSL *s, const struct ssl_early_callback_ctx *ctx) { in ssl_get_prev_session()
|
D | s3_srvr.c | 814 struct ssl_early_callback_ctx early_ctx; in ssl3_get_client_hello()
|
D | ssl_lib.c | 2906 SSL_CTX *ctx, int (*cb)(const struct ssl_early_callback_ctx *)) { in SSL_CTX_set_dos_protection_cb() argument
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 794 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/ |
D | bssl_shim.cc | 147 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()
|