Searched refs:camellia_set_key (Results 1 – 3 of 3) sorted by relevance
39 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits) in camellia_set_key() function
41 void camellia_set_key(camellia_ctx *, const u_char *, int);
96 camellia_set_key(ctx, key, len * 8); in cml_setkey()