Searched refs:twofish_decrypt (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/crypto/
H A Dtwofish.c56 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) function
77 .cia_decrypt = twofish_decrypt
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/crypto/
H A Dtwofish.c56 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) function
77 .cia_decrypt = twofish_decrypt
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Dtwofish.c146 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) function
197 .cia_decrypt = twofish_decrypt } }
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c861 twofish_decrypt (void *context, byte *out, const byte *in)
915 twofish_decrypt (&ctx, scratch, scratch);
923 twofish_decrypt (&ctx, scratch, scratch);
1015 twofish_decrypt (&ctx, buffer[0], buffer[0]);
1016 twofish_decrypt (&ctx, buffer[1], buffer[1]);
1020 twofish_decrypt (&ctx, buffer[3], buffer[3]);
1023 twofish_decrypt (&ctx, buffer[2], buffer[2]);
1044 twofish_setkey, twofish_encrypt, twofish_decrypt
1050 twofish_setkey, twofish_encrypt, twofish_decrypt
853 twofish_decrypt (void *context, byte *out, const byte *in) function

Completed in 80 milliseconds