Camellia_cfb128_encrypt
LCRYPTO_ALIAS(Camellia_cfb128_encrypt);
void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out,
Camellia_cfb128_encrypt(in, out, chunk, &((EVP_CAMELLIA_KEY *)ctx->cipher_data)->ks, ctx->iv, &ctx->num, ctx->encrypt);
Camellia_cfb128_encrypt(in, out, chunk, &((EVP_CAMELLIA_KEY *)ctx->cipher_data)->ks, ctx->iv, &ctx->num, ctx->encrypt);
Camellia_cfb128_encrypt(in, out, chunk, &((EVP_CAMELLIA_KEY *)ctx->cipher_data)->ks, ctx->iv, &ctx->num, ctx->encrypt);
LCRYPTO_USED(Camellia_cfb128_encrypt);