SSL_CIPHER_find
LSSL_USED(SSL_CIPHER_find);
const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr);
LSSL_ALIAS(SSL_CIPHER_find);
if ((cipher = SSL_CIPHER_find(ssl, buf)) == NULL) {
ssl->s3->hs.cipher = SSL_CIPHER_find(ssl, id);