Searched refs:K_60_79 (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) = 230 sub BODY_60_79 { &BODY_20_39(@_,$K_60_79); } 266 movl $K_60_79=0xca62c1d6 };;
|
H A D | sha1-sparcv9.pl | 50 $K_60_79="%g5"; 51 @K=($K_00_19,$K_20_39,$K_40_59,$K_60_79); 308 sethi %hi(0xca62c1d6),$K_60_79 309 or $K_60_79,%lo(0xca62c1d6),$K_60_79
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha_local.h | 68 #define K_60_79 0xca62c1d6UL macro 111 (f)=xa+(e)+K_60_79+ROTATE((a),5)+F_60_79((b),(c),(d)); \ 361 T=E+K_60_79+F_60_79(B,C,D); \
|
/freebsd/lib/libmd/ |
H A D | sha_locl.h | 241 (f)=X[(i)&0x0f]+(e)+K_60_79+ROTATE((a),5)+F_60_79((b),(c),(d)); \
|
H A D | sha1c.c | 96 #define K_60_79 0xca62c1d6L macro
|
H A D | sha0c.c | 88 #define K_60_79 0xca62c1d6L macro
|