Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dssl_local.h1087 typedef struct ssl3_state_st { struct
1088 long flags;
1090 unsigned char server_random[SSL3_RANDOM_SIZE];
1091 unsigned char client_random[SSL3_RANDOM_SIZE];
1093 SSL3_BUFFER_INTERNAL rbuf; /* read IO goes into here */
1094 SSL3_BUFFER_INTERNAL wbuf; /* write IO goes into here */
1096 SSL3_RECORD_INTERNAL rrec; /* each decoded record goes in here */
1098 struct tls_content *rcontent; /* Content from opened TLS records. */
1102 int alert_dispatch;
1103 unsigned char send_alert[2];
[all …]