Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_ec_additional_test.c94 test_ec.nx_crypto_ec_field.fp.nx_crypto_huge_number_data = (VOID *)buffer; in thread_0_entry()
95 …rypto_ec_secp192r1.nx_crypto_ec_field.fp.nx_crypto_huge_number_data, _nx_crypto_ec_secp192r1.nx_cr… in thread_0_entry()
96 _nx_crypto_ec_secp192r1_reduce(&test_ec, &test_ec.nx_crypto_ec_field.fp, (VOID *)buffer); in thread_0_entry()
97 _nx_crypto_ec_secp224r1_reduce(&test_ec, &test_ec.nx_crypto_ec_field.fp, (VOID *)buffer); in thread_0_entry()
98 _nx_crypto_ec_secp256r1_reduce(&test_ec, &test_ec.nx_crypto_ec_field.fp, (VOID *)buffer); in thread_0_entry()
99 _nx_crypto_ec_secp384r1_reduce(&test_ec, &test_ec.nx_crypto_ec_field.fp, (VOID *)buffer); in thread_0_entry()
100 _nx_crypto_ec_secp521r1_reduce(&test_ec, &test_ec.nx_crypto_ec_field.fp, (VOID *)buffer); in thread_0_entry()
118 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&(test_ec.nx_crypto_ec_field.fp), 23); in thread_0_entry()
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c385 .fp =
447 .fp =
509 .fp =
571 .fp =
633 .fp =
1092 p = &curve -> nx_crypto_ec_field.fp; in _nx_crypto_ec_point_fp_projective_to_affine()
1193 compare_value = _nx_crypto_huge_number_compare(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp192r1_reduce()
1239 compare_value = _nx_crypto_huge_number_compare_unsigned(value, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp192r1_reduce()
1242 _nx_crypto_huge_number_subtract_unsigned(value, &curve -> nx_crypto_ec_field.fp, value); in _nx_crypto_ec_secp192r1_reduce()
1244 &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_secp192r1_reduce()
[all …]
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h130 NX_CRYPTO_HUGE_NUMBER fp; member