Searched defs:ssl_early_callback_ctx (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/include/openssl/
H A Dssl.h2709 /* ssl_early_callback_ctx is passed to certain callbacks that are called very
2712 struct ssl_early_callback_ctx { struct
2732 const struct ssl_early_callback_ctx *ctx, uint16_t extension_type,
2742 * Note: The |ssl_early_callback_ctx| is only valid for the duration of the
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/include/openssl/
H A Dssl.h2709 /* ssl_early_callback_ctx is passed to certain callbacks that are called very
2712 struct ssl_early_callback_ctx { struct
2732 const struct ssl_early_callback_ctx *ctx, uint16_t extension_type,
2742 * Note: The |ssl_early_callback_ctx| is only valid for the duration of the
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 *);

Completed in 222 milliseconds