Searched refs:nx_crypto_ec_point_y (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.2.1/crypto_libraries/src/ |
D | nx_crypto_ec.c | 749 _nx_crypto_huge_number_is_zero(&point -> nx_crypto_ec_point_y)) in _nx_crypto_ec_point_is_infinite() 813 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&point -> nx_crypto_ec_point_y, 0); in _nx_crypto_ec_point_set_infinite() 889 status = _nx_crypto_huge_number_setup(&point -> nx_crypto_ec_point_y, byte_stream, len); in _nx_crypto_ec_point_setup() 972 status = _nx_crypto_huge_number_extract_fixed_size(&point -> nx_crypto_ec_point_y, in _nx_crypto_ec_point_extract_uncompressed() 1119 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &point -> nx_crypto_ec_point_y, in _nx_crypto_ec_point_fp_projective_to_affine() 1121 NX_CRYPTO_HUGE_NUMBER_COPY(&point -> nx_crypto_ec_point_y, &temp1); in _nx_crypto_ec_point_fp_projective_to_affine() 2277 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_add() 2278 &affine_point -> nx_crypto_ec_point_y); in _nx_crypto_ec_fp_projective_add() 2309 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &affine_point -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_add() 2311 _nx_crypto_ec_subtract_reduce(curve, &temp1, &projective_point -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_add() [all …]
|
D | nx_crypto_ecjpake.c | 666 NX_CRYPTO_HUGE_NUMBER_COPY(&ga.nx_crypto_ec_point_y, in _nx_crypto_ecjpake_key_exchange_process() 667 &ecjpake -> nx_crypto_ecjpake_public_x1.nx_crypto_ec_point_y); in _nx_crypto_ecjpake_key_exchange_process() 828 g -> nx_crypto_ec_point_y.nx_crypto_huge_buffer_size + 1; in _nx_crypto_ecjpake_schnorr_zkp_hash() 874 v -> nx_crypto_ec_point_y.nx_crypto_huge_buffer_size + 1; in _nx_crypto_ecjpake_schnorr_zkp_hash() 920 x -> nx_crypto_ec_point_y.nx_crypto_huge_buffer_size + 1; in _nx_crypto_ecjpake_schnorr_zkp_hash() 1249 (_nx_crypto_huge_number_compare(&temp1.nx_crypto_ec_point_y, in _nx_crypto_ecjpake_schnorr_zkp_verify() 1250 &v -> nx_crypto_ec_point_y) == NX_CRYPTO_HUGE_NUMBER_EQUAL)) in _nx_crypto_ecjpake_schnorr_zkp_verify() 1330 NX_CRYPTO_HUGE_NUMBER_COPY(&g -> nx_crypto_ec_point_y, &x1 -> nx_crypto_ec_point_y); in _nx_crypto_ecjpake_public_key_generate() 1426 NX_CRYPTO_HUGE_NUMBER_COPY(&temp1.nx_crypto_ec_point_y, &x4 -> nx_crypto_ec_point_y); in _nx_crypto_ecjpake_pre_master_secret_generate() 1430 NX_CRYPTO_HUGE_NUMBER_COPY(&temp2.nx_crypto_ec_point_y, &public_key -> nx_crypto_ec_point_y); in _nx_crypto_ecjpake_pre_master_secret_generate()
|
/NetX-Duo-v6.2.1/crypto_libraries/inc/ |
D | nx_crypto_ec.h | 85 NX_CRYPTO_HUGE_NUMBER nx_crypto_ec_point_y; member 160 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&((p) -> nx_crypto_ec_point_y), buff, size); \ 167 _nx_crypto_huge_number_setup(&((p) -> nx_crypto_ec_point_y), y, y_size); \ 173 …_nx_crypto_huge_number_extract(&((p) -> nx_crypto_ec_point_y), y, y_size, y_out_size); …
|