ENGINE_get_cipher
const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid);
ret = ENGINE_get_cipher(eng, nid);
cipher = ENGINE_get_cipher(e, NID_aes_128_cbc);