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

/freebsd-12-stable/sys/crypto/camellia/
H A Dcamellia-api.c39 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits)
47 camellia_decrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst)
54 camellia_encrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst)
H A Dcamellia.h39 } camellia_ctx; typedef in typeref:struct:__anon11864
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 *);
/freebsd-12-stable/sys/opencrypto/
H A Dxform_cml.c79 camellia_encrypt((camellia_ctx *) key, (u_char *) blk, (u_char *) blk);
85 camellia_decrypt(((camellia_ctx *) key), (u_char *) blk,
96 *sched = KMALLOC(sizeof(camellia_ctx), M_CRYPTO_DATA,
99 camellia_set_key((camellia_ctx *) *sched, (u_char *) key,
110 bzero(*sched, sizeof(camellia_ctx));

Completed in 121 milliseconds