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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dtwofish_glue.c55 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) function
76 .cia_decrypt = twofish_decrypt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtwofish_generic.c146 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) function
197 .cia_decrypt = twofish_decrypt } }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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
/netgear-R7000-V1.0.7.12_1.2.5/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 68 milliseconds