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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_x86_v2.s332 #define stk_spc 20 /* stack space */ define
373 subl $stk_spc, %esp
379 movl in_blk+stk_spc(%esp), %esi /* input pointer */
385 movl ctx+stk_spc(%esp), %ebp /* key pointer */
422 movl out_blk+stk_spc(%esp), %edx
434 addl $stk_spc, %esp
874 subl $stk_spc, %esp
883 movl in_blk+stk_spc(%esp), %esi /* input pointer */
890 movl ctx+stk_spc(%esp), %ebp /* key pointer */
933 movl out_blk+stk_spc(
[all...]

Completed in 12 milliseconds