Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl44 ($K_00_19, $K_20_39, $K_40_59, $K_60_79) =
52 ($K_00_19, $K_20_39, $K_40_59, $K_60_79) =
156 $Konst = $K_20_39 if (!defined($Konst));
262 movl $K_20_39=0x6ed9eba1 };;
H A Dsha1-sparcv9.pl48 $K_20_39="%l6";
51 @K=($K_00_19,$K_20_39,$K_40_59,$K_60_79);
304 sethi %hi(0x6ed9eba1),$K_20_39
305 or $K_20_39,%lo(0x6ed9eba1),$K_20_39
/freebsd/lib/libmd/
H A Dsha_locl.h226 (f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
231 (f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
H A Dsha1c.c94 #define K_20_39 0x6ed9eba1L macro
H A Dsha0c.c86 #define K_20_39 0x6ed9eba1L macro
/freebsd/crypto/openssl/crypto/sha/
H A Dsha_local.h66 #define K_20_39 0x6ed9eba1UL macro
96 (f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
101 (f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
349 T+=E+K_20_39+F_20_39(B,C,D); \