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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Drijndael.c1719 static unsigned char plaintext_256[16] =
1738 rijndael_encrypt (&ctx, scratch, plaintext_256);
1742 if (memcmp (scratch, plaintext_256, sizeof (plaintext_256)))
1713 static unsigned char plaintext_256[16] = local
H A Dtwofish.c896 static byte plaintext_256[16] = {
920 twofish_encrypt (&ctx, scratch, plaintext_256);
924 if (memcmp (scratch, plaintext_256, sizeof (plaintext_256)))
887 static byte plaintext_256[16] = { local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drijndael.c1719 static unsigned char plaintext_256[16] =
1738 rijndael_encrypt (&ctx, scratch, plaintext_256);
1742 if (memcmp (scratch, plaintext_256, sizeof (plaintext_256)))
1713 static unsigned char plaintext_256[16] = local
H A Dtwofish.c896 static byte plaintext_256[16] = {
920 twofish_encrypt (&ctx, scratch, plaintext_256);
924 if (memcmp (scratch, plaintext_256, sizeof (plaintext_256)))
887 static byte plaintext_256[16] = { local

Completed in 82 milliseconds