Home
last modified time | relevance | path

Searched defs:isSSLv2 (Results 1 – 4 of 4) sorted by relevance

/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_recv.c63 int s2n_read_full_record(struct s2n_connection *conn, uint8_t * record_type, int *isSSLv2) in s2n_read_full_record()
131 int isSSLv2 = 0; in s2n_recv_impl() local
222 int isSSLv2; in s2n_recv_close_notify() local
H A Ds2n_handshake_io.c1134 int isSSLv2 = 0; in s2n_handshake_read_io() local
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_tls13_zero_length_payload_test.c82 int isSSLv2; in main() local
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssl.h699 BOOLEAN isSSLv2; /* Client hello is SSLv2 */ member