Searched refs:camellia_ctx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/crypto/camellia/ |
| H A D | camellia.h | 39 } 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 D | camellia-api.c | 39 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 D | xform_cml.c | 64 .ctxsize = sizeof(camellia_ctx),
|