Searched defs:server_ciphers (Results 1 – 7 of 7) sorted by relevance
38 int server_ciphers[] = { TLS_cipher_ecdhe_sm4_cbc_sm3, }; in tls12_server_main() local
38 int server_ciphers[] = { TLS_cipher_sm4_gcm_sm3, }; in tls13_server_main() local
40 int server_ciphers[] = { TLS_cipher_ecc_sm4_cbc_sm3, }; in tlcp_server_main() local
583 const int server_ciphers[] = { TLS_cipher_ecc_sm4_cbc_sm3 }; // 未来应该支持GCM/CBC两个套件 in tlcp_do_accept() local
674 const int server_ciphers[] = { TLS_cipher_ecdhe_sm4_cbc_sm3 }; // 未来应该支持GCM/CBC两个套件 in tls12_do_accept() local
1901 int server_ciphers[] = { TLS_cipher_sm4_gcm_sm3 }; in tls13_do_accept() local
1970 const int *server_ciphers, size_t server_ciphers_cnt, in tls_cipher_suites_select()