Home
last modified time | relevance | path

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

/freebsd/sys/crypto/camellia/
H A Dcamellia.h37 } camellia_ctx; typedef
39 void camellia_set_key(camellia_ctx *, const u_char *, int);
40 void camellia_decrypt(const camellia_ctx *, const u_char *, u_char *);
41 void camellia_encrypt(const camellia_ctx *, const u_char *, u_char *);
H A Dcamellia-api.c37 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits) in camellia_set_key()
45 camellia_decrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) in camellia_decrypt()
52 camellia_encrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) in camellia_encrypt()
/freebsd/sys/opencrypto/
H A Dxform_cml.c55 camellia_ctx state;