Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/camellia/
H A Dcamellia.h39 } camellia_ctx; typedef
41 void camellia_set_key(camellia_ctx *, const u_char *, int);
42 void camellia_decrypt(const camellia_ctx *, const u_char *, u_char *);
43 void camellia_encrypt(const camellia_ctx *, const u_char *, u_char *);
H A Dcamellia-api.c39 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits) in camellia_set_key()
47 camellia_decrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) in camellia_decrypt()
54 camellia_encrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) in camellia_encrypt()
/f-stack/freebsd/opencrypto/
H A Dxform_cml.c64 .ctxsize = sizeof(camellia_ctx),