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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dcamellia-glue.c108 camellia_encrypt(void *c, byte *outbuf, const byte *inbuf) function
180 camellia_encrypt(&ctx,scratch,plaintext);
188 camellia_encrypt(&ctx,scratch,plaintext);
196 camellia_encrypt(&ctx,scratch,plaintext);
240 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt
246 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt
252 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcamellia-glue.c108 camellia_encrypt(void *c, byte *outbuf, const byte *inbuf) function
180 camellia_encrypt(&ctx,scratch,plaintext);
188 camellia_encrypt(&ctx,scratch,plaintext);
196 camellia_encrypt(&ctx,scratch,plaintext);
240 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt
246 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt
252 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcamellia.c1033 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) function
1096 .cia_encrypt = camellia_encrypt,

Completed in 56 milliseconds