Searched refs:camellia_set_key (Results 1 – 3 of 3) sorted by relevance
37 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits) in camellia_set_key() function
39 void camellia_set_key(camellia_ctx *, const u_char *, int);
158 camellia_set_key(&ctx->state, key, len * 8); in cml_setkey()