HomeSort by: relevance | last modified time | path
    Searched refs:camellia_ctx (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/crypto/camellia/
camellia-api.c 37 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits)
45 camellia_decrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst)
52 camellia_encrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst)
camellia.h 39 } camellia_ctx; typedef in typeref:struct:__anon09886de00108
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 *);
  /src/sys/opencrypto/
cryptosoft_xform.c 688 *sched = malloc(sizeof(camellia_ctx), M_CRYPTO_DATA,
693 camellia_set_key((camellia_ctx *) *sched, key, len * 8);
701 memset(*sched, 0, sizeof(camellia_ctx));

Completed in 13 milliseconds