Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/camellia/
H A Dcamellia-api.c54 camellia_encrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) in camellia_encrypt() function
H A Dcamellia.h43 void camellia_encrypt(const camellia_ctx *, const u_char *, u_char *);
/f-stack/freebsd/opencrypto/
H A Dxform_cml.c80 camellia_encrypt(ctx, in, out); in cml_encrypt()