Searched refs:twofish_setkey (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/crypto/
H A Dtwofish.h20 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Dtwofish.c75 .cia_setkey = twofish_setkey,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Dtwofish.c75 .cia_setkey = twofish_setkey,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtwofish.c195 .cia_setkey = twofish_setkey,
H A Dtwofish_common.c583 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) function
741 EXPORT_SYMBOL_GPL(twofish_setkey); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c712 twofish_setkey (void *context, const byte *key, unsigned int keylen)
911 twofish_setkey (&ctx, key, sizeof(key));
919 twofish_setkey (&ctx, key_256, sizeof(key_256));
995 twofish_setkey (&ctx, buffer[0], sizeof (buffer[0]));
998 twofish_setkey (&ctx, buffer[1], sizeof (buffer[1]));
1001 twofish_setkey (&ctx, buffer[2], sizeof (buffer[2])*2);
1013 twofish_setkey (&ctx, buffer[2], sizeof (buffer[2])*2);
1018 twofish_setkey (&ctx, buffer[1], sizeof (buffer[1]));
1021 twofish_setkey (&ctx, buffer[0], sizeof (buffer[0]));
1044 twofish_setkey, twofish_encryp
707 twofish_setkey (void *context, const byte *key, unsigned int keylen) function
[all...]

Completed in 110 milliseconds