Home
last modified time | relevance | path

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

/netbsd/src/sys/crypto/camellia/
Dcamellia-api.c37 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits) in camellia_set_key() function
Dcamellia.h41 void camellia_set_key(camellia_ctx *, const u_char *, int);
/netbsd/src/sys/opencrypto/
Dcryptosoft_xform.c693 camellia_set_key((camellia_ctx *) *sched, key, len * 8); in cml_setkey()