Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c1533 int cipher_cnt; in tls_opt_ciphersuite_list_set() local
1543 cipher_cnt = optlen / sizeof(int); in tls_opt_ciphersuite_list_set()
1546 if (cipher_cnt + 1 > ARRAY_SIZE(context->options.ciphersuites)) { in tls_opt_ciphersuite_list_set()
1551 context->options.ciphersuites[cipher_cnt] = 0; in tls_opt_ciphersuite_list_set()
1562 int cipher_cnt, i = 0; in tls_opt_ciphersuite_list_get() local
1576 cipher_cnt = *optlen / sizeof(int); in tls_opt_ciphersuite_list_get()
1580 if (++i == cipher_cnt) { in tls_opt_ciphersuite_list_get()