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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drijndael.c888 static unsigned char plaintext_256[16] =
907 rijndael_encrypt (&ctx, scratch, plaintext_256);
911 if (memcmp (scratch, plaintext_256, sizeof (plaintext_256)))
885 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 23 milliseconds