Searched refs:higher_limb (Results 1 – 2 of 2) sorted by relevance
164 crypto_word LIMBS_window5_split_window(Limb lower_limb, Limb higher_limb, size_t index_within_word)… in LIMBS_window5_split_window() argument165 Limb high_bits = (higher_limb << (LIMB_BITS - index_within_word)) in LIMBS_window5_split_window()
284 higher_limb: Limb, in fold_5_bit_windows()312 let higher_limb = low_limb; in fold_5_bit_windows() localVariable317 unsafe { LIMBS_window5_split_window(low_limb, higher_limb, window_low_bit) }; in fold_5_bit_windows()