Searched refs:radix (Results 1 – 1 of 1) sorted by relevance
2621 NX_CRYPTO_HUGE_NUMBER radix; in _nx_crypto_huge_number_mont_power_modulus() local2638 radix.nx_crypto_huge_number_data = radix_buffer; in _nx_crypto_huge_number_mont_power_modulus()2639 radix.nx_crypto_huge_number_size = 2; in _nx_crypto_huge_number_mont_power_modulus()2640 radix.nx_crypto_huge_number_is_negative = NX_CRYPTO_FALSE; in _nx_crypto_huge_number_mont_power_modulus()2641 radix.nx_crypto_huge_buffer_size = sizeof(radix_buffer); in _nx_crypto_huge_number_mont_power_modulus()2650 _nx_crypto_huge_number_inverse_modulus(&m0, &radix, &mi, scratch); in _nx_crypto_huge_number_mont_power_modulus()