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

/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl39 $K_00_19="%l5";
43 @K=($K_00_19,$K_20_39,$K_40_59,$K_60_79);
206 sethi %hi(0x5a827999),$K_00_19
207 or $K_00_19,%lo(0x5a827999),$K_00_19
H A Dsha1-ia64.pl34 ($K_00_19, $K_20_39, $K_40_59, $K_60_79) =
35 ( "K_00_19","K_20_39","K_40_59","K_60_79" );
42 ($K_00_19, $K_20_39, $K_40_59, $K_60_79) =
69 { .mmi; add $e=$e,$K_00_19 // e+=K_00_19
92 { .mmi; add $e=$e,$K_00_19 // e+=K_00_19
121 { .mib; add $e=$e,$K_00_19 // e+=K_00_19
250 movl $K_00_19
[all...]
H A Dsha1-sparcv9a.pl403 .long 0x5a827999,0x5a827999 ! K_00_19
/freebsd-10.0-release/lib/libmd/
H A Dsha_locl.h216 (f)=xa[i]+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
221 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
H A Dsha0c.c88 #define K_00_19 0x5a827999L macro
H A Dsha1c.c96 #define K_00_19 0x5a827999L macro
/freebsd-10.0-release/crypto/openssl/crypto/sha/
H A Dsha_locl.h140 #define K_00_19 0x5a827999UL macro
160 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
165 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
368 T=E+K_00_19+F_00_19(B,C,D); \
374 T+=E+K_00_19+F_00_19(B,C,D); \

Completed in 93 milliseconds