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

/openbsd-current/lib/libcrypto/aes/asm/
H A Daes-mips.pl788 my ($rcon,$cnt)=($gp,$fp);
799 $PTR_ADD $rcon,$Tbl,1024+256
869 lw $i0,0($rcon)
881 $PTR_ADD $rcon,4
926 lw $i0,0($rcon)
940 $PTR_ADD $rcon,4
986 lw $i0,0($rcon)
1027 $PTR_ADD $rcon,4
1407 .byte 0x01,0x00,0x00,0x00, 0x02,0x00,0x00,0x00 # rcon
H A Daes-armv4.pl158 @ rcon[]
489 add $t3,$tbl,#256 @ rcon
503 ldr $t1,[$t3],#4 @ rcon[i++]
552 add $t3,$tbl,#256 @ rcon
567 ldr $t1,[$t3],#4 @ rcon[i++]
621 add $t3,$tbl,#256 @ rcon
636 ldr $t1,[$t3],#4 @ rcon[i++]
/openbsd-current/usr.bin/ssh/
H A Drijndael.c612 static const u32 rcon[] = { variable
615 0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
644 rcon[i];
664 rcon[i];
686 rcon[i];
/openbsd-current/sys/lib/libsa/
H A Drijndael.c709 static const u32 rcon[] = { variable
712 0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
741 rcon[i];
761 rcon[i];
783 rcon[i];
/openbsd-current/sys/crypto/
H A Drijndael.c611 static const u32 rcon[] = { variable
614 0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
643 rcon[i];
663 rcon[i];
685 rcon[i];
/openbsd-current/lib/libcrypto/aes/
H A Daes_core.c628 static const u32 rcon[] = { variable
631 0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
678 rcon[i];
698 rcon[i];
720 rcon[i];

Completed in 149 milliseconds