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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drijndael.c435 unsigned int cword[4] __attribute__ ((aligned (16)));
440 cword[0] = (ctx->ROUNDS & 15); /* (The mask is just a safeguard.) */
441 cword[1] = 0;
442 cword[2] = 0;
443 cword[3] = 0;
445 cword[0] |= 0x00000200;
457 : "S" (a), "D" (b), "d" (cword), "r" (ctx->padlock_key)
434 unsigned int cword[4] __attribute__ ((aligned (16))); local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drijndael.c435 unsigned int cword[4] __attribute__ ((aligned (16)));
440 cword[0] = (ctx->ROUNDS & 15); /* (The mask is just a safeguard.) */
441 cword[1] = 0;
442 cword[2] = 0;
443 cword[3] = 0;
445 cword[0] |= 0x00000200;
457 : "S" (a), "D" (b), "d" (cword), "r" (ctx->padlock_key)
434 unsigned int cword[4] __attribute__ ((aligned (16))); local

Completed in 26 milliseconds