Searched refs:K_40_59 (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) = 209 { .mib; add $e=$e,$K_40_59 // e+=K_40_59 264 movl $K_40_59=0x8f1bbcdc }
|
H A D | sha1-sparcv9.pl | 49 $K_40_59="%l7"; 51 @K=($K_00_19,$K_20_39,$K_40_59,$K_60_79); 306 sethi %hi(0x8f1bbcdc),$K_40_59 307 or $K_40_59,%lo(0x8f1bbcdc),$K_40_59
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha_local.h | 67 #define K_40_59 0x8f1bbcdcUL macro 106 (f)+=(e)+K_40_59+ROTATE((a),5)+F_40_59((b),(c),(d)); \ 355 T+=E+K_40_59+F_40_59(B,C,D); \
|
/freebsd/lib/libmd/ |
H A D | sha_locl.h | 236 (f)+=(e)+K_40_59+ROTATE((a),5)+F_40_59((b),(c),(d)); \
|
H A D | sha1c.c | 95 #define K_40_59 0x8f1bbcdcL macro
|
H A D | sha0c.c | 87 #define K_40_59 0x8f1bbcdcL macro
|