Home
last modified time | relevance | path

Searched defs:server_ciphers (Results 1 – 7 of 7) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/tools/
Dtls12_server.c38 int server_ciphers[] = { TLS_cipher_ecdhe_sm4_cbc_sm3, }; in tls12_server_main() local
Dtls13_server.c38 int server_ciphers[] = { TLS_cipher_sm4_gcm_sm3, }; in tls13_server_main() local
Dtlcp_server.c40 int server_ciphers[] = { TLS_cipher_ecc_sm4_cbc_sm3, }; in tlcp_server_main() local
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/
Dtlcp.c583 const int server_ciphers[] = { TLS_cipher_ecc_sm4_cbc_sm3 }; // 未来应该支持GCM/CBC两个套件 in tlcp_do_accept() local
Dtls12.c674 const int server_ciphers[] = { TLS_cipher_ecdhe_sm4_cbc_sm3 }; // 未来应该支持GCM/CBC两个套件 in tls12_do_accept() local
Dtls13.c1901 int server_ciphers[] = { TLS_cipher_sm4_gcm_sm3 }; in tls13_do_accept() local
Dtls.c1970 const int *server_ciphers, size_t server_ciphers_cnt, in tls_cipher_suites_select()