Searched refs:SHA256_K (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dsha256.c52 h(i) += S1(e(i)) + Ch(e(i), f(i), g(i)) + SHA256_K[i + j] \
63 static const uint32_t SHA256_K[64] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dsha256.c52 h(i) += S1(e(i)) + Ch(e(i), f(i), g(i)) + SHA256_K[i + j] \
63 static const uint32_t SHA256_K[64] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsha.cpp100 CRYPTOPP_ALIGN_DATA(16) extern const word32 SHA256_K[64] CRYPTOPP_SECTION_ALIGN16 = {
102 extern const word32 SHA256_K[64] = {
256 lea rsi, [?SHA256_K@CryptoPP@@3QBIB + 48*4]
262 AS2( lea WORD_REG(si), [SHA256_K+48*4])
426 : "c" (state), "d" (data), "S" (SHA256_K+48), "D" (len)
478 #define R(i) h(i)+=S1(e(i))+Ch(e(i),f(i),g(i))+SHA256_K[i+j]+(j?blk2(i):blk0(i));\
534 w += SHA256_K[j];
554 w += SHA256_K[j];
566 w += SHA256_K[j+1];
H A Dx64dll.asm4 EXTERNDEF ?SHA256_K@CryptoPP@@3QBIB:FAR
687 lea rsi, [?SHA256_K@CryptoPP@@3QBIB + 48*4]

Completed in 168 milliseconds