camellia_set_key
void camellia_set_key(camellia_ctx *, const u_char *, int);
camellia_set_key(&ctx->state, key, len * 8);