Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/camellia/
H A Dcamellia-api.c39 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits) in camellia_set_key() function
H A Dcamellia.h41 void camellia_set_key(camellia_ctx *, const u_char *, int);
/f-stack/freebsd/opencrypto/
H A Dxform_cml.c96 camellia_set_key(ctx, key, len * 8); in cml_setkey()