Searched refs:transpose_d (Results 1 – 1 of 1) sorted by relevance
3010 ULONG transpose_d; in _nx_crypto_ec_fp_fixed_multiple() local3038 transpose_d = 0; 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()3048 if (transpose_d == 1) in _nx_crypto_ec_fp_fixed_multiple()3052 else if (transpose_d > 0) in _nx_crypto_ec_fp_fixed_multiple()3055 … &fixed_points -> nx_crypto_ec_fixed_points_array[transpose_d - 2], in _nx_crypto_ec_fp_fixed_multiple()3064 transpose_d = 0; 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()3073 if (transpose_d > 0) in _nx_crypto_ec_fp_fixed_multiple()3076 … &fixed_points -> nx_crypto_ec_fixed_points_array_2e[transpose_d - 1], in _nx_crypto_ec_fp_fixed_multiple()