Searched refs:ssl3_get_cipher_by_index (Results 1 – 4 of 4) sorted by relevance
26 const SSL_CIPHER *ssl3_get_cipher_by_index(int idx);47 if ((cipher = ssl3_get_cipher_by_index(i)) == NULL) { in check_cipher_order()
594 c = ssl3_get_cipher_by_index(i); in ssl_cipher_collect_ciphers()
1287 const SSL_CIPHER *ssl3_get_cipher_by_index(int idx);
1130 ssl3_get_cipher_by_index(int idx) in ssl3_get_cipher_by_index() function