Home
last modified time | relevance | path

Searched refs:StackVar (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/crypto/skein/amd64/
H A Dskein_block_asm.S256 .macro StackVar localName,localSize macro
259 .endm #StackVar
276 StackVar X_stk ,8*(WCNT) #local context vars
277 StackVar ksTwk ,8*3 #key schedule: tweak words
278 StackVar ksKey ,8*(WCNT)+8 #key schedule: key words
280 StackVar ksRot ,16*(\KS_CNT) #leave space for "rotation" to happen
282 StackVar Wcopy ,8*(WCNT) #copy of input block
285 StackVar xDebug_\BLK_BITS ,8*(\debugCnt)
289 StackVar align16,8 #keep 16-byte aligned (adjust for retAddr?)
293 StackVar ctxPtr ,8 #context ptr
[all …]