Searched defs:ssl_early_callback_ctx (Results 1 – 3 of 3) sorted by relevance
4282 struct ssl_early_callback_ctx { struct4283 SSL *ssl;4284 const uint8_t *client_hello;4285 size_t client_hello_len;4286 uint16_t version;4287 const uint8_t *random;4288 size_t random_len;4289 const uint8_t *session_id;4290 size_t session_id_len;4291 const uint8_t *cipher_suites;[all …]
4143 typedef struct ssl_early_callback_ctx { struct4144 SSL *ssl;4145 const uint8_t *client_hello;4146 size_t client_hello_len;4147 uint16_t version;4148 const uint8_t *random;4149 size_t random_len;4150 const uint8_t *session_id;4151 size_t session_id_len;4152 const uint8_t *cipher_suites;[all …]