Home
last modified time | relevance | path

Searched refs:UNRECOGNIZED_NAME (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dssl.py215 UNRECOGNIZED_NAME = 112 variable in _TLSAlertType
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs585 pub const UNRECOGNIZED_NAME: SslAlert = SslAlert(ffi::SSL_AD_UNRECOGNIZED_NAME); constant
/third_party/python/Modules/
D_ssl.c5819 ADD_AD_CONSTANT(UNRECOGNIZED_NAME); in sslmodule_init_constants()