Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libssl/ciphers/
Dcipherstest.c26 const SSL_CIPHER *ssl3_get_cipher_by_index(int idx);
47 if ((cipher = ssl3_get_cipher_by_index(i)) == NULL) { in check_cipher_order()
/openbsd/src/lib/libssl/
Dssl_ciph.c594 c = ssl3_get_cipher_by_index(i); in ssl_cipher_collect_ciphers()
Dssl_local.h1287 const SSL_CIPHER *ssl3_get_cipher_by_index(int idx);
Ds3_lib.c1130 ssl3_get_cipher_by_index(int idx) in ssl3_get_cipher_by_index() function