Searched refs:camellia_ctx (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/crypto/camellia/ |
H A D | camellia.h | 37 } 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 D | camellia-api.c | 37 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 D | xform_cml.c | 55 camellia_ctx state;
|