Searched refs:K_20_39 (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 44 ($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 D | sha1-sparcv9.pl | 48 $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 D | sha_locl.h | 226 (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 D | sha1c.c | 94 #define K_20_39 0x6ed9eba1L macro
|
H A D | sha0c.c | 86 #define K_20_39 0x6ed9eba1L macro
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha_local.h | 66 #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); \
|