NX_CRYPTO_HUGE_NUMBER_SET_DIGIT is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_CRYPTO_HUGE_NUMBER_SET_DIGIT

NX_CRYPTO_HUGE_NUMBER_SET_DIGIT macro

Syntax

#define NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(hn, val) \     (hn) -> nx_crypto_huge_number_data[0] = (val); \     (hn) -> nx_crypto_huge_number_is_negative = NX_CRYPTO_FALSE; \     (hn) -> nx_crypto_huge_number_size = 1;

Arguments

hn

val

References

LocationText
nx_crypto_huge_number.h:146
#define NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(hn, val) \
nx_crypto_ec.c:812
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&point -> nx_crypto_ec_point_x, 0);
nx_crypto_ec.c:813
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&point -> nx_crypto_ec_point_y, 0);
nx_crypto_ec.c:817
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&point -> nx_crypto_ec_point_z, 0);
nx_crypto_ec.c:1028
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&point -> nx_crypto_ec_point_z, 1);
nx_crypto_ec.c:1201
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(value, 0);
nx_crypto_ec.c:1338
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(value, 0);
nx_crypto_ec.c:1482
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(value, 0);
nx_crypto_ec.c:1647
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(value, 0);
nx_crypto_ec.c:1818
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(value, 0);
nx_crypto_huge_number.c:187
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(left, 0);
nx_crypto_huge_number.c:285
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(left, 0);
nx_crypto_huge_number.c:2182
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&A, 1);
nx_crypto_huge_number.c:2183
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&C, 0);
nx_crypto_huge_number.c:2336
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&A, 1);
nx_crypto_huge_number.c:2337
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&B, 0);
nx_crypto_huge_number.c:2338
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&C, 0);
nx_crypto_huge_number.c:2339
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&D, 1);
nx_crypto_huge_number.h:155
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(hn, val)
nx_crypto_huge_number_extended.c:265
NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(result, 1);