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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drijndael.c780 unsigned char savebuf[BLOCKSIZE];
786 memcpy (savebuf, inbuf, BLOCKSIZE);
797 memcpy (iv, savebuf, BLOCKSIZE);
778 unsigned char savebuf[BLOCKSIZE]; local

Completed in 17 milliseconds