Searched refs:camellia_decrypt (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.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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcamellia.c1057 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) function
1097 .cia_decrypt = camellia_decrypt

Completed in 45 milliseconds