Searched refs:twofish_encrypt (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.c50 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) function
75 .cia_encrypt = twofish_encrypt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtwofish_generic.c109 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) function
196 .cia_encrypt = twofish_encrypt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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
/netgear-R7000-V1.0.7.12_1.2.5/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 165 milliseconds