Searched refs:camellia_decrypt (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcamellia-glue.c122 camellia_decrypt(void *c, byte *outbuf, const byte *inbuf) function
183 camellia_decrypt(&ctx,scratch,scratch);
191 camellia_decrypt(&ctx,scratch,scratch);
199 camellia_decrypt(&ctx,scratch,scratch);
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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Dcamellia.c1736 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) function
1779 .cia_decrypt = camellia_decrypt

Completed in 101 milliseconds