Home
last modified time | relevance | path

Searched refs:SSL_CERT_FLAG_SUITEB_128_LOS (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/ssl/
Dssl_ciph.c1230 suiteb_flags = SSL_CERT_FLAG_SUITEB_128_LOS; in check_suiteb_cipher_list()
1232 suiteb_flags = SSL_CERT_FLAG_SUITEB_128_LOS; in check_suiteb_cipher_list()
1238 c->cert_flags &= ~SSL_CERT_FLAG_SUITEB_128_LOS; in check_suiteb_cipher_list()
1241 suiteb_flags = c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS; in check_suiteb_cipher_list()
1255 case SSL_CERT_FLAG_SUITEB_128_LOS: in check_suiteb_cipher_list()
Dssl_local.h1831 # define tls1_suiteb(s) (s->cert->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS)
1834 (SSL_CERT_FLAG_SUITEB_128_LOS|SSL_CERT_FLAG_TLS_STRICT)
Dssl_cert.c807 c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS); in ssl_build_cert_chain()
Dt1_lib.c222 case SSL_CERT_FLAG_SUITEB_128_LOS: in tls1_get_supported_groups()
931 case SSL_CERT_FLAG_SUITEB_128_LOS: in tls12_get_psigalgs()
/third_party/openssl/apps/
Ds_cb.c879 if (SSL_set_cert_flags(s, 0) & SSL_CERT_FLAG_SUITEB_128_LOS) in print_chain_flags()
/third_party/openssl/include/openssl/
Dssl.h522 # define SSL_CERT_FLAG_SUITEB_128_LOS 0x30000 macro