Searched defs:ssl_protocol_method_st (Results 1 – 1 of 1) sorted by relevance
1391 struct ssl_protocol_method_st { in OPENSSL_MSVC_PRAGMA() struct1393 char is_dtls; in OPENSSL_MSVC_PRAGMA()1395 uint16_t min_version; in OPENSSL_MSVC_PRAGMA()1397 uint16_t max_version; in OPENSSL_MSVC_PRAGMA()1401 int (*version_from_wire)(uint16_t *out_version, uint16_t wire_version); in OPENSSL_MSVC_PRAGMA()1404 uint16_t (*version_to_wire)(uint16_t version); in OPENSSL_MSVC_PRAGMA()1405 int (*ssl_new)(SSL *ssl); in OPENSSL_MSVC_PRAGMA()1406 void (*ssl_free)(SSL *ssl); in OPENSSL_MSVC_PRAGMA()1410 int (*ssl_get_message)(SSL *ssl); in OPENSSL_MSVC_PRAGMA()1413 void (*get_current_message)(const SSL *ssl, CBS *out); in OPENSSL_MSVC_PRAGMA()[all …]