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

/external/boringssl/include/openssl/
H A Dssl.h791 /* ssl_early_callback_ctx is passed to certain callbacks that are called very
794 struct ssl_early_callback_ctx { struct
814 const struct ssl_early_callback_ctx *ctx, uint16_t extension_type,
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/include/openssl/
H A Dssl.h791 /* ssl_early_callback_ctx is passed to certain callbacks that are called very
794 struct ssl_early_callback_ctx { struct
814 const struct ssl_early_callback_ctx *ctx, uint16_t extension_type,
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 *));

Completed in 141 milliseconds