Home
last modified time | relevance | path

Searched refs:camellia_set_key (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/crypto/camellia/
H A Dcamellia-api.c37 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits) in camellia_set_key() function
H A Dcamellia.h39 void camellia_set_key(camellia_ctx *, const u_char *, int);
/freebsd/sys/opencrypto/
H A Dxform_cml.c158 camellia_set_key(&ctx->state, key, len * 8); in cml_setkey()