Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/crypto/camellia/
Dcamellia-api.c47 camellia_decrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) in camellia_decrypt() function
Dcamellia.h42 void camellia_decrypt(const camellia_ctx *, const u_char *, u_char *);
/freebsd-9-stable/sys/opencrypto/
Dxform.c687 camellia_decrypt(((camellia_ctx *) key), (u_char *) blk, in cml_decrypt()