Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/ssl/
H A Dssltest.c2246 while ((ci = meth->get_cipher(i++)) != NULL) in do_test_cipherlist()
2261 while ((ci = meth->get_cipher(i++)) != NULL) in do_test_cipherlist()
2276 while ((ci = meth->get_cipher(i++)) != NULL) in do_test_cipherlist()
H A Dssl_ciph.c409 c = ssl_method->get_cipher(i); in ssl_cipher_collect_ciphers()
H A Dssl.h391 SSL_CIPHER *(*get_cipher)(unsigned ncipher); member