Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c3009 ULONG transpose_d; in _nx_crypto_ec_fp_fixed_multiple() local
3037 transpose_d = 0; in _nx_crypto_ec_fp_fixed_multiple()
3043 transpose_d |= (((value >> (bit_index & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))) & 1) << j); in _nx_crypto_ec_fp_fixed_multiple()
3047 if (transpose_d == 1) in _nx_crypto_ec_fp_fixed_multiple()
3051 else if (transpose_d > 0) in _nx_crypto_ec_fp_fixed_multiple()
3054 … &fixed_points -> nx_crypto_ec_fixed_points_array[transpose_d - 2], in _nx_crypto_ec_fp_fixed_multiple()
3063 transpose_d = 0; in _nx_crypto_ec_fp_fixed_multiple()
3068 transpose_d |= (((value >> (bit_index & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))) & 1) << j); in _nx_crypto_ec_fp_fixed_multiple()
3072 if (transpose_d > 0) in _nx_crypto_ec_fp_fixed_multiple()
3075 … &fixed_points -> nx_crypto_ec_fixed_points_array_2e[transpose_d - 1], in _nx_crypto_ec_fp_fixed_multiple()