Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/camellia/
H A Dcamellia-api.c47 camellia_decrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) in camellia_decrypt() function
H A Dcamellia.h42 void camellia_decrypt(const camellia_ctx *, const u_char *, u_char *);
/f-stack/freebsd/opencrypto/
H A Dxform_cml.c86 camellia_decrypt(ctx, in, out); in cml_decrypt()