Searched refs:code (Results 1 – 8 of 8) sorted by relevance
5 state machine code to aid future maintenance.7 The state machine code replaces an older state machine present in OpenSSL10 - Remove duplication of state code between client and server11 - Remove duplication of state code between TLS and DTLS14 - Remove duplication of code between each of the message handling functions42 | Core state machine code |52 | state machine code | | state machine code |
1064 int dtls1_read_failed(SSL_CONNECTION *s, int code) in dtls1_read_failed() argument1068 if (code > 0) { in dtls1_read_failed()1078 return code; in dtls1_read_failed()1083 return code; in dtls1_read_failed()
838 int tls13_alert_code(int code) in tls13_alert_code() argument841 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()
429 int ssl3_alert_code(int code) in ssl3_alert_code() argument431 switch (code) { in ssl3_alert_code()
510 int tls1_alert_code(int code) in tls1_alert_code() argument512 switch (code) { in tls1_alert_code()
2734 __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);
3 #Needed for the multiblock code in rec_layer_s3.c
211 int code = ERR_R_UNSUPPORTED; in wrong_type() local216 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