Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsha256.c110 FILLP_UINT32 jdex; in FillpSha256Compile() local
125 for (jdex = 0; jdex < FILLP_G_K256_ARRAY_SZ; jdex += FILLP_SHAWK_ARRAY_SZ) { in FillpSha256Compile()
127 if (jdex > 0) { in FillpSha256Compile()
140 key1 = index + jdex; in FillpSha256Compile()
163 for (jdex = 0; jdex < FILLP_HASH_ARRAY_SZ; jdex++) { in FillpSha256Compile()
164 ctx->hash[jdex] += hash[jdex]; in FillpSha256Compile()