Lines Matching refs:rounds
441 / AES 256: 14 rounds in encryption key schedule
444 movl %ROUNDS32, 240(%AESKEY) / key.rounds = 14
482 mov $14, %rax / return # rounds = 14
491 / AES 192: 12 rounds in encryption key schedule
494 movl %ROUNDS32, 240(%AESKEY) / key.rounds = 12
519 mov $12, %rax / return # rounds = 12
528 / AES 128: 10 rounds in encryption key schedule
531 movl %ROUNDS32, 240(%AESKEY) / key.rounds = 10
559 mov $10, %rax / return # rounds = 10
622 mov %rax, %ROUNDS64 / set # rounds (10, 12, or 14)
656 / OpenSolaris: rax = # rounds (10, 12, or 14) or 0 for error