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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Dtwofish.c51 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) function
76 .cia_encrypt = twofish_encrypt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Dtwofish.c51 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) function
76 .cia_encrypt = twofish_encrypt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtwofish.c109 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) function
196 .cia_encrypt = twofish_encrypt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c817 twofish_encrypt (void *context, byte *out, const byte *in)
912 twofish_encrypt (&ctx, scratch, plaintext);
920 twofish_encrypt (&ctx, scratch, plaintext_256);
997 twofish_encrypt (&ctx, buffer[2], buffer[2]);
1000 twofish_encrypt (&ctx, buffer[3], buffer[3]);
1003 twofish_encrypt (&ctx, buffer[0], buffer[0]);
1004 twofish_encrypt (&ctx, buffer[1], buffer[1]);
1044 twofish_setkey, twofish_encrypt, twofish_decrypt
1050 twofish_setkey, twofish_encrypt, twofish_decrypt
810 twofish_encrypt (void *context, byte *out, const byte *in) function

Completed in 411 milliseconds