Searched refs:co_list_num (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c831 int i, co_list_num; local
842 co_list_num = 0; /* actual count of ciphers */
855 co_list[co_list_num].cipher = c;
856 co_list[co_list_num].next = NULL;
857 co_list[co_list_num].prev = NULL;
858 co_list[co_list_num].active = 0;
859 co_list_num++;
873 if (co_list_num > 0) {
876 if (co_list_num > 1) {
879 for (i = 1; i < co_list_num
[all...]

Completed in 246 milliseconds