Home
last modified time | relevance | path

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

/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/detail/cryptography/
H A Dencryption_info.cpp64 auto h_final = hash(info.hash, h_n_plus_block); in calculate_standard_key() local
68 for (std::size_t i = 0; i < h_final.size(); ++i) in calculate_standard_key()
70 buffer[i] = static_cast<std::uint8_t>(0x36 ^ h_final[i]); in calculate_standard_key()
76 for (std::size_t i = 0; i < h_final.size(); ++i) in calculate_standard_key()
78 buffer[i] = static_cast<std::uint8_t>(0x5c ^ h_final[i]); in calculate_standard_key()
/dports/security/py-msoffcrypto-tool/msoffcrypto-tool-4.11.0/msoffcrypto/method/
H A Decma376_agile.py62 h_final = hashCalc(h + blockKey)
65 encryption_key = h_final.digest()[:keyBits // 8]
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/sse41/
H A Dpicture-sse41.c172 __m128i h_final = _mm_shuffle_epi8(h_with_f_data, epol_mask_hi); in hor_sad_sse41_w32() local
177 __m128i curr_sads_gh = _mm_sad_epu8 (g, h_final); in hor_sad_sse41_w32()
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dexample.fst592 forall (x:a) (h_final:st.mem).
593 next_lpost (st.core m1) x h_final ==>
594 lpost (st.core m0) x h_final
872 /// forall x h_final. postR prev_state x h_final <==> postR next_state x h_final