Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/camellia/
H A Dcamellia-api.c45 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 *);
/dragonfly/sys/opencrypto/
H A Dxform.c788 camellia_decrypt(((camellia_ctx *) key), (u_char *) blk, in cml_decrypt()