Home
last modified time | relevance | path

Searched refs:code (Results 1 – 8 of 8) sorted by relevance

/ssl/statem/
A DREADME.md5 state machine code to aid future maintenance.
7 The state machine code replaces an older state machine present in OpenSSL
10 - Remove duplication of state code between client and server
11 - Remove duplication of state code between TLS and DTLS
14 - Remove duplication of code between each of the message handling functions
42 | Core state machine code |
52 | state machine code | | state machine code |
A Dstatem_dtls.c1064 int dtls1_read_failed(SSL_CONNECTION *s, int code) in dtls1_read_failed() argument
1068 if (code > 0) { in dtls1_read_failed()
1078 return code; in dtls1_read_failed()
1083 return code; in dtls1_read_failed()
/ssl/
A Dtls13_enc.c838 int tls13_alert_code(int code) in tls13_alert_code() argument
841 if (code == SSL_AD_MISSING_EXTENSION || code == SSL_AD_CERTIFICATE_REQUIRED) in tls13_alert_code()
842 return code; in tls13_alert_code()
844 return tls1_alert_code(code); in tls13_alert_code()
A Ds3_enc.c429 int ssl3_alert_code(int code) in ssl3_alert_code() argument
431 switch (code) { in ssl3_alert_code()
A Dt1_enc.c510 int tls1_alert_code(int code) in tls1_alert_code() argument
512 switch (code) { in tls1_alert_code()
A Dssl_local.h2734 __owur int dtls1_read_failed(SSL_CONNECTION *s, int code);
2834 __owur int tls1_alert_code(int code);
2835 __owur int tls13_alert_code(int code);
2836 __owur int ssl3_alert_code(int code);
/ssl/record/
A Dbuild.info3 #Needed for the multiblock code in rec_layer_s3.c
/ssl/quic/
A Dquic_impl.c211 int code = ERR_R_UNSUPPORTED; in wrong_type() local
216 code = SSL_R_DOMAIN_USE_ONLY; in wrong_type()
218 code = SSL_R_LISTENER_USE_ONLY; in wrong_type()
220 code = SSL_R_CONN_USE_ONLY; in wrong_type()
223 code = SSL_R_NO_STREAM; in wrong_type()
225 return QUIC_RAISE_NON_NORMAL_ERROR(NULL, code, NULL); in wrong_type()

Completed in 34 milliseconds