Searched refs:SSL_CERT_FLAG_SUITEB_128_LOS (Results 1 – 6 of 6) sorted by relevance
1230 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()
1831 # 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)
807 c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS); in ssl_build_cert_chain()
222 case SSL_CERT_FLAG_SUITEB_128_LOS: in tls1_get_supported_groups()931 case SSL_CERT_FLAG_SUITEB_128_LOS: in tls12_get_psigalgs()
879 if (SSL_set_cert_flags(s, 0) & SSL_CERT_FLAG_SUITEB_128_LOS) in print_chain_flags()
522 # define SSL_CERT_FLAG_SUITEB_128_LOS 0x30000 macro