Searched refs:cipher_cnt (Results 1 – 1 of 1) sorted by relevance
1533 int cipher_cnt; in tls_opt_ciphersuite_list_set() local1543 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() local1576 cipher_cnt = *optlen / sizeof(int); in tls_opt_ciphersuite_list_get()1580 if (++i == cipher_cnt) { in tls_opt_ciphersuite_list_get()