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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/sha2/
H A Dsha2.c354 s0 = W256[(j+1)&0x0f]; \
355 s0 = sigma0_256(s0); \
359 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
365 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; local
423 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; local
465 s0 = W256[(j+1)&0x0f];
466 s0 = sigma0_256(s0);
472 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);
692 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; local
747 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dreg_help.h83 #define s0 r30 // callee-saved 0 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfasttrap_isa.c1015 uint32_t s0, s1, s2, s3, s4, s5; local
1025 fasttrap_fuword32_noerr((user_addr_t)(unsigned long)&stack[0], &s0);
1060 dtrace_probe(probe->ftp_id, s0, s1,

Completed in 82 milliseconds