Searched refs:SSL_CERT_FLAG_SUITEB_128_LOS (Results 1 – 7 of 7) sorted by relevance
1264 suiteb_flags = SSL_CERT_FLAG_SUITEB_128_LOS; in check_suiteb_cipher_list()1266 suiteb_flags = SSL_CERT_FLAG_SUITEB_128_LOS; in check_suiteb_cipher_list()1272 c->cert_flags &= ~SSL_CERT_FLAG_SUITEB_128_LOS; in check_suiteb_cipher_list()1275 suiteb_flags = c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS; in check_suiteb_cipher_list()1288 case SSL_CERT_FLAG_SUITEB_128_LOS: in check_suiteb_cipher_list()
1957 # define tls1_suiteb(s) (s->cert->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS)1960 (SSL_CERT_FLAG_SUITEB_128_LOS|SSL_CERT_FLAG_TLS_STRICT)
925 c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS); in ssl_build_cert_chain()
498 case SSL_CERT_FLAG_SUITEB_128_LOS: in tls1_get_supported_groups()1378 case SSL_CERT_FLAG_SUITEB_128_LOS: in tls12_get_psigalgs()
914 if (SSL_set_cert_flags(s, 0) & SSL_CERT_FLAG_SUITEB_128_LOS) in print_chain_flags()
539 # define SSL_CERT_FLAG_SUITEB_128_LOS 0x30000 macro
516 # define SSL_CERT_FLAG_SUITEB_128_LOS 0x30000 macro