Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c3012 UINT bit_index; in _nx_crypto_ec_fp_fixed_multiple() local
3039 bit_index = (UINT)i; in _nx_crypto_ec_fp_fixed_multiple()
3043 value = expanded_d.nx_crypto_huge_number_data[bit_index >> (HN_SIZE_SHIFT + 3)]; in _nx_crypto_ec_fp_fixed_multiple()
3044 transpose_d |= (((value >> (bit_index & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))) & 1) << j); in _nx_crypto_ec_fp_fixed_multiple()
3045 bit_index += fixed_points -> nx_crypto_ec_fixed_points_d; in _nx_crypto_ec_fp_fixed_multiple()
3065 bit_index = (UINT)(i + (INT)fixed_points -> nx_crypto_ec_fixed_points_e); in _nx_crypto_ec_fp_fixed_multiple()
3068 value = expanded_d.nx_crypto_huge_number_data[bit_index >> (HN_SIZE_SHIFT + 3)]; in _nx_crypto_ec_fp_fixed_multiple()
3069 transpose_d |= (((value >> (bit_index & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))) & 1) << j); in _nx_crypto_ec_fp_fixed_multiple()
3070 bit_index += fixed_points -> nx_crypto_ec_fixed_points_d; in _nx_crypto_ec_fp_fixed_multiple()