Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_stat.c283 case TLS1_AD_UNKNOWN_CA: in SSL_alert_desc_string()
351 case TLS1_AD_UNKNOWN_CA: in SSL_alert_desc_string_long()
Dt1_enc.c815 return TLS1_AD_UNKNOWN_CA; in tls1_alert_code()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dtls1.h24 # define TLS1_AD_UNKNOWN_CA 48/* fatal */ macro
/third_party/openssl/ohos_lite/include/openssl/
Dtls1.h53 # define TLS1_AD_UNKNOWN_CA 48/* fatal */ macro
Dssl.h1152 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA
/third_party/openssl/include/openssl/
Dtls1.h59 # define TLS1_AD_UNKNOWN_CA 48/* fatal */ macro
Dssl.h.in1152 # define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA
/third_party/openssl/apps/lib/
Dapps.c2456 case SSL_AD_REASON_OFFSET + TLS1_AD_UNKNOWN_CA: in tls_error_hint()