chacha20_set_ctx_params
if (ret && !chacha20_set_ctx_params(vctx, params))
if (ret && !chacha20_set_ctx_params(vctx, params))
{ OSSL_FUNC_CIPHER_SET_CTX_PARAMS, (void (*)(void))chacha20_set_ctx_params },
static OSSL_FUNC_cipher_set_ctx_params_fn chacha20_set_ctx_params;