NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size

NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size field

Syntax

UINT nx_crypto_huge_buffer_size;

References

LocationReferrerText
nx_crypto_huge_number.h:124
UINT nx_crypto_huge_buffer_size;
nx_crypto_dh.c:140_nx_crypto_dh_setup()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE_DIGIT(&generator, &generator_value,
nx_crypto_dh.c:146_nx_crypto_dh_setup()
modulus.nx_crypto_huge_buffer_size = dh_ptr -> nx_crypto_dh_key_size;
nx_crypto_dh.c:161_nx_crypto_dh_setup()
nx_crypto_dh.c:166_nx_crypto_dh_setup()
private_key.nx_crypto_huge_buffer_size = sizeof(dh_ptr -> nx_crypto_dh_private_key_buffer);
nx_crypto_dh.c:283_nx_crypto_dh_compute_secret()
nx_crypto_dh.c:284_nx_crypto_dh_compute_secret()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&shared_secret, scratch_buf_ptr, key_size << 1);
nx_crypto_dh.c:294_nx_crypto_dh_compute_secret()
modulus.nx_crypto_huge_buffer_size = key_size;
nx_crypto_dh.c:302_nx_crypto_dh_compute_secret()
private_key.nx_crypto_huge_buffer_size = key_size;
nx_crypto_ec.c:1102_nx_crypto_ec_point_fp_projective_to_affine()
buffer_size = point -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size;
nx_crypto_ec.c:1103_nx_crypto_ec_point_fp_projective_to_affine()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp1, scratch, buffer_size << 1);
nx_crypto_ec.c:1104_nx_crypto_ec_point_fp_projective_to_affine()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp2, scratch, buffer_size << 1);
nx_crypto_ec.c:1105_nx_crypto_ec_point_fp_projective_to_affine()
nx_crypto_ec.c:1205_nx_crypto_ec_secp192r1_reduce()
nx_crypto_ec.c:1342_nx_crypto_ec_secp224r1_reduce()
nx_crypto_ec.c:1486_nx_crypto_ec_secp256r1_reduce()
nx_crypto_ec.c:1651_nx_crypto_ec_secp384r1_reduce()
nx_crypto_ec.c:1822_nx_crypto_ec_secp521r1_reduce()
nx_crypto_ec.c:2288_nx_crypto_ec_fp_projective_add()
buffer_size = projective_point -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size;
nx_crypto_ec.c:2289_nx_crypto_ec_fp_projective_add()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp1, scratch, buffer_size << 1);
nx_crypto_ec.c:2290_nx_crypto_ec_fp_projective_add()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp2, scratch, buffer_size << 1);
nx_crypto_ec.c:2291_nx_crypto_ec_fp_projective_add()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp3, scratch, buffer_size << 1);
nx_crypto_ec.c:2292_nx_crypto_ec_fp_projective_add()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp4, scratch, buffer_size << 1);
nx_crypto_ec.c:2293_nx_crypto_ec_fp_projective_add()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp5, scratch, buffer_size << 1);
nx_crypto_ec.c:2427_nx_crypto_ec_fp_projective_double()
buffer_size = projective_point -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size;
nx_crypto_ec.c:2428_nx_crypto_ec_fp_projective_double()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp1, scratch, buffer_size << 1);
nx_crypto_ec.c:2429_nx_crypto_ec_fp_projective_double()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp2, scratch, buffer_size << 1);
nx_crypto_ec.c:2430_nx_crypto_ec_fp_projective_double()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp3, scratch, buffer_size << 1);
nx_crypto_ec.c:2431_nx_crypto_ec_fp_projective_double()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp4, scratch, buffer_size << 1);
nx_crypto_ec.c:2432_nx_crypto_ec_fp_projective_double()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp5, scratch, buffer_size << 1);
nx_crypto_ec.c:2566_nx_crypto_ec_fp_affine_add()
buffer_size = left -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size;
nx_crypto_ec.c:2567_nx_crypto_ec_fp_affine_add()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp1, scratch, buffer_size << 1);
nx_crypto_ec.c:2568_nx_crypto_ec_fp_affine_add()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp2, scratch, buffer_size << 1);
nx_crypto_ec.c:2569_nx_crypto_ec_fp_affine_add()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp3, scratch, buffer_size << 1);
nx_crypto_ec.c:2670_nx_crypto_ec_fp_affine_subtract()
nx_crypto_ec.c:2671_nx_crypto_ec_fp_affine_subtract()
right -> nx_crypto_ec_point_y.nx_crypto_huge_buffer_size);
nx_crypto_ec.c:2888_nx_crypto_ec_fp_projective_multiple()
nx_crypto_ec.c:2889_nx_crypto_ec_fp_projective_multiple()
g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size);
nx_crypto_ec.c:2890_nx_crypto_ec_fp_projective_multiple()
nx_crypto_ec.c:2891_nx_crypto_ec_fp_projective_multiple()
g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size);
nx_crypto_ec.c:3024_nx_crypto_ec_fp_fixed_multiple()
nx_crypto_ec.c:3025_nx_crypto_ec_fp_fixed_multiple()
g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size << 1);
nx_crypto_ec.c:3026_nx_crypto_ec_fp_fixed_multiple()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&expanded_d, scratch, expanded_size);
nx_crypto_ec.c:3159_nx_crypto_ec_key_pair_generation_extra()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&random_number, scratch, buffer_size);
nx_crypto_ec.c:3160_nx_crypto_ec_key_pair_generation_extra()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&modulus, scratch, buffer_size);
nx_crypto_ec.c:3264_nx_crypto_ec_key_pair_stream_generate()
nx_crypto_ec.c:3268_nx_crypto_ec_key_pair_stream_generate()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&private_key, scratch, private_key_len);
nx_crypto_ec.c:3396_nx_crypto_ec_precomputation()
nx_crypto_ec.c:3398_nx_crypto_ec_precomputation()
g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size);
nx_crypto_ec.c:3402_nx_crypto_ec_precomputation()
nx_crypto_ec.c:3404_nx_crypto_ec_precomputation()
g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size);
nx_crypto_ec.c:3407_nx_crypto_ec_precomputation()
nx_crypto_ec.c:3582_nx_crypto_ec_fixed_output()
curve -> nx_crypto_ec_g.nx_crypto_ec_point_x.nx_crypto_huge_buffer_size,
nx_crypto_ec.c:3608_nx_crypto_ec_fixed_output()
for (k = 0; k < ((value -> nx_crypto_huge_buffer_size) >> HN_SIZE_SHIFT); k++)
nx_crypto_ec.c:3624_nx_crypto_ec_fixed_output()
if (k != ((value -> nx_crypto_huge_buffer_size) >> HN_SIZE_SHIFT) - 1)
nx_crypto_ec.c:3699_nx_crypto_ec_fixed_output()
value -> nx_crypto_huge_buffer_size,
nx_crypto_ec.c:4295_nx_crypto_ec_validate_public_key()
UINT buffer_size = chosen_curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size;
nx_crypto_ec.c:4332_nx_crypto_ec_validate_public_key()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp, scratch2, buffer_size * 2);
nx_crypto_ec.c:4333_nx_crypto_ec_validate_public_key()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&right, scratch2, buffer_size * 2);
nx_crypto_ecdh.c:100_nx_crypto_ecdh_key_pair_import()
ecdh_ptr -> nx_crypto_ecdh_key_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size;
nx_crypto_ecdh.c:108_nx_crypto_ecdh_key_pair_import()
private_key.nx_crypto_huge_buffer_size = sizeof(ecdh_ptr -> nx_crypto_ecdh_private_key_buffer);
nx_crypto_ecdh.c:191_nx_crypto_ecdh_private_key_export()
private_key.nx_crypto_huge_buffer_size = key_size;
nx_crypto_ecdh.c:275_nx_crypto_ecdh_setup()
ecdh_ptr -> nx_crypto_ecdh_key_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size;
nx_crypto_ecdh.c:278_nx_crypto_ecdh_setup()
nx_crypto_ecdh.c:284_nx_crypto_ecdh_setup()
private_key.nx_crypto_huge_buffer_size = sizeof(ecdh_ptr -> nx_crypto_ecdh_private_key_buffer);
nx_crypto_ecdh.c:404_nx_crypto_ecdh_compute_secret()
nx_crypto_ecdh.c:405_nx_crypto_ecdh_compute_secret()
nx_crypto_ecdh.c:427_nx_crypto_ecdh_compute_secret()
private_key.nx_crypto_huge_buffer_size = key_size;
nx_crypto_ecdsa.c:89_nx_crypto_ecdsa_sign()
UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size;
nx_crypto_ecdsa.c:121_nx_crypto_ecdsa_sign()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&privkey, scratch, buffer_size);
nx_crypto_ecdsa.c:122_nx_crypto_ecdsa_sign()
nx_crypto_ecdsa.c:124_nx_crypto_ecdsa_sign()
nx_crypto_ecdsa.c:125_nx_crypto_ecdsa_sign()
nx_crypto_ecdsa.c:126_nx_crypto_ecdsa_sign()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp, scratch, buffer_size * 2);
nx_crypto_ecdsa.c:127_nx_crypto_ecdsa_sign()
nx_crypto_ecdsa.c:330_nx_crypto_ecdsa_verify()
UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size;
nx_crypto_ecdsa.c:368_nx_crypto_ecdsa_verify()
nx_crypto_ecdsa.c:369_nx_crypto_ecdsa_verify()
nx_crypto_ecdsa.c:370_nx_crypto_ecdsa_verify()
nx_crypto_ecdsa.c:371_nx_crypto_ecdsa_verify()
nx_crypto_ecdsa.c:372_nx_crypto_ecdsa_verify()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&u1, scratch, buffer_size << 1);
nx_crypto_ecdsa.c:373_nx_crypto_ecdsa_verify()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&u2, scratch, buffer_size << 1);
nx_crypto_ecdsa.c:374_nx_crypto_ecdsa_verify()
nx_crypto_ecdsa.c:375_nx_crypto_ecdsa_verify()
nx_crypto_ecdsa.c:376_nx_crypto_ecdsa_verify()
nx_crypto_ecjpake.c:80_nx_crypto_ecjpake_init()
UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size;
nx_crypto_ecjpake.c:95_nx_crypto_ecjpake_init()
nx_crypto_ecjpake.c:97_nx_crypto_ecjpake_init()
nx_crypto_ecjpake.c:99_nx_crypto_ecjpake_init()
nx_crypto_ecjpake.c:101_nx_crypto_ecjpake_init()
nx_crypto_ecjpake.c:104_nx_crypto_ecjpake_init()
nx_crypto_ecjpake.c:173_nx_crypto_ecjpake_hello_generate()
UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size;
nx_crypto_ecjpake.c:180_nx_crypto_ecjpake_hello_generate()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&private_key, scratch, buffer_size);
nx_crypto_ecjpake.c:181_nx_crypto_ecjpake_hello_generate()
nx_crypto_ecjpake.c:182_nx_crypto_ecjpake_hello_generate()
nx_crypto_ecjpake.c:341_nx_crypto_ecjpake_hello_process()
UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size;
nx_crypto_ecjpake.c:349_nx_crypto_ecjpake_hello_process()
nx_crypto_ecjpake.c:350_nx_crypto_ecjpake_hello_process()
nx_crypto_ecjpake.c:501_nx_crypto_ecjpake_key_exchange_generate()
UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size;
nx_crypto_ecjpake.c:509_nx_crypto_ecjpake_key_exchange_generate()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&private_key, scratch, buffer_size);
nx_crypto_ecjpake.c:510_nx_crypto_ecjpake_key_exchange_generate()
nx_crypto_ecjpake.c:511_nx_crypto_ecjpake_key_exchange_generate()
nx_crypto_ecjpake.c:513_nx_crypto_ecjpake_key_exchange_generate()
nx_crypto_ecjpake.c:514_nx_crypto_ecjpake_key_exchange_generate()
nx_crypto_ecjpake.c:515_nx_crypto_ecjpake_key_exchange_generate()
nx_crypto_ecjpake.c:638_nx_crypto_ecjpake_key_exchange_process()
UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size;
nx_crypto_ecjpake.c:647_nx_crypto_ecjpake_key_exchange_process()
nx_crypto_ecjpake.c:648_nx_crypto_ecjpake_key_exchange_process()
nx_crypto_ecjpake.c:650_nx_crypto_ecjpake_key_exchange_process()
nx_crypto_ecjpake.c:651_nx_crypto_ecjpake_key_exchange_process()
nx_crypto_ecjpake.c:652_nx_crypto_ecjpake_key_exchange_process()
nx_crypto_ecjpake.c:827_nx_crypto_ecjpake_schnorr_zkp_hash()
size = g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size +
nx_crypto_ecjpake.c:828_nx_crypto_ecjpake_schnorr_zkp_hash()
g -> nx_crypto_ec_point_y.nx_crypto_huge_buffer_size + 1;
nx_crypto_ecjpake.c:873_nx_crypto_ecjpake_schnorr_zkp_hash()
size = v -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size +
nx_crypto_ecjpake.c:874_nx_crypto_ecjpake_schnorr_zkp_hash()
v -> nx_crypto_ec_point_y.nx_crypto_huge_buffer_size + 1;
nx_crypto_ecjpake.c:919_nx_crypto_ecjpake_schnorr_zkp_hash()
size = x -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size +
nx_crypto_ecjpake.c:920_nx_crypto_ecjpake_schnorr_zkp_hash()
x -> nx_crypto_ec_point_y.nx_crypto_huge_buffer_size + 1;
nx_crypto_ecjpake.c:1118_nx_crypto_ecjpake_schnorr_zkp_generate()
UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size;
nx_crypto_ecjpake.c:1122_nx_crypto_ecjpake_schnorr_zkp_generate()
nx_crypto_ecjpake.c:1123_nx_crypto_ecjpake_schnorr_zkp_generate()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp1, scratch, buffer_size << 1);
nx_crypto_ecjpake.c:1124_nx_crypto_ecjpake_schnorr_zkp_generate()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp2, scratch, buffer_size << 1);
nx_crypto_ecjpake.c:1223_nx_crypto_ecjpake_schnorr_zkp_verify()
nx_crypto_ecjpake.c:1224_nx_crypto_ecjpake_schnorr_zkp_verify()
curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size);
nx_crypto_ecjpake.c:1225_nx_crypto_ecjpake_schnorr_zkp_verify()
nx_crypto_ecjpake.c:1227_nx_crypto_ecjpake_schnorr_zkp_verify()
public_key -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size);
nx_crypto_ecjpake.c:1228_nx_crypto_ecjpake_schnorr_zkp_verify()
nx_crypto_ecjpake.c:1230_nx_crypto_ecjpake_schnorr_zkp_verify()
g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size);
nx_crypto_ecjpake.c:1335_nx_crypto_ecjpake_public_key_generate()
nx_crypto_ecjpake.c:1336_nx_crypto_ecjpake_public_key_generate()
curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size << 1);
nx_crypto_ecjpake.c:1415_nx_crypto_ecjpake_pre_master_secret_generate()
nx_crypto_ecjpake.c:1417_nx_crypto_ecjpake_pre_master_secret_generate()
public_key -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size);
nx_crypto_ecjpake.c:1418_nx_crypto_ecjpake_pre_master_secret_generate()
nx_crypto_ecjpake.c:1420_nx_crypto_ecjpake_pre_master_secret_generate()
public_key -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size);
nx_crypto_huge_number.c:394_nx_crypto_huge_number_add_unsigned()
((i << HN_SIZE_SHIFT) < left -> nx_crypto_huge_buffer_size))
nx_crypto_huge_number.c:1676_nx_crypto_huge_number_setup()
if (number -> nx_crypto_huge_buffer_size < sizeof(HN_UBASE))
nx_crypto_huge_number.c:1691_nx_crypto_huge_number_setup()
if (number -> nx_crypto_huge_buffer_size < (num_words << HN_SIZE_SHIFT))
nx_crypto_huge_number.c:2175_nx_crypto_huge_number_inverse_modulus_prime()
nx_crypto_huge_number.c:2176_nx_crypto_huge_number_inverse_modulus_prime()
nx_crypto_huge_number.c:2177_nx_crypto_huge_number_inverse_modulus_prime()
nx_crypto_huge_number.c:2178_nx_crypto_huge_number_inverse_modulus_prime()
nx_crypto_huge_number.c:2327_nx_crypto_huge_number_inverse_modulus()
nx_crypto_huge_number.c:2328_nx_crypto_huge_number_inverse_modulus()
nx_crypto_huge_number.c:2329_nx_crypto_huge_number_inverse_modulus()
nx_crypto_huge_number.c:2330_nx_crypto_huge_number_inverse_modulus()
nx_crypto_huge_number.c:2331_nx_crypto_huge_number_inverse_modulus()
nx_crypto_huge_number.c:2332_nx_crypto_huge_number_inverse_modulus()
nx_crypto_huge_number.c:2639_nx_crypto_huge_number_mont_power_modulus()
radix.nx_crypto_huge_buffer_size = sizeof(radix_buffer);
nx_crypto_huge_number.c:2642_nx_crypto_huge_number_mont_power_modulus()
m0.nx_crypto_huge_buffer_size = 4;
nx_crypto_huge_number.c:2645_nx_crypto_huge_number_mont_power_modulus()
mi.nx_crypto_huge_buffer_size = sizeof(mm_buffer);
nx_crypto_huge_number.c:2653_nx_crypto_huge_number_mont_power_modulus()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&xx, scratch, m -> nx_crypto_huge_buffer_size + sizeof(HN_UBASE));
nx_crypto_huge_number.c:2654_nx_crypto_huge_number_mont_power_modulus()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp, scratch, m -> nx_crypto_huge_buffer_size + sizeof(HN_UBASE));
nx_crypto_huge_number.c:2655_nx_crypto_huge_number_mont_power_modulus()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE_DIGIT(&digit, &digit_value, 1);
nx_crypto_huge_number.c:2824_nx_crypto_huge_number_crt_power_modulus()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&pi, scratch, p -> nx_crypto_huge_buffer_size);
nx_crypto_huge_number.c:2825_nx_crypto_huge_number_crt_power_modulus()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&qi, scratch, q -> nx_crypto_huge_buffer_size);
nx_crypto_huge_number.c:2834_nx_crypto_huge_number_crt_power_modulus()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp1, scratch, m -> nx_crypto_huge_buffer_size);
nx_crypto_huge_number.c:2835_nx_crypto_huge_number_crt_power_modulus()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp2, scratch, p -> nx_crypto_huge_buffer_size);
nx_crypto_huge_number.c:2836_nx_crypto_huge_number_crt_power_modulus()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp3, scratch, p -> nx_crypto_huge_buffer_size);
nx_crypto_huge_number.c:2837_nx_crypto_huge_number_crt_power_modulus()
NX_CRYPTO_HUGE_NUMBER_INITIALIZE_DIGIT(&digit, &digit_value, 1);
nx_crypto_huge_number_extended.c:261_nx_crypto_huge_number_power_modulus()
nx_crypto_huge_number_extended.c:262_nx_crypto_huge_number_power_modulus()
number -> nx_crypto_huge_buffer_size);
nx_crypto_rsa.c:108_nx_crypto_rsa_operation()
modulus_hn.nx_crypto_huge_buffer_size = modulus_length;
nx_crypto_rsa.c:113_nx_crypto_rsa_operation()
input_hn.nx_crypto_huge_buffer_size = modulus_length;
nx_crypto_rsa.c:118_nx_crypto_rsa_operation()
exponent_hn.nx_crypto_huge_buffer_size = modulus_length;
nx_crypto_rsa.c:123_nx_crypto_rsa_operation()
output_hn.nx_crypto_huge_buffer_size = modulus_length * 2;
nx_crypto_rsa.c:139_nx_crypto_rsa_operation()
p_hn.nx_crypto_huge_buffer_size = (modulus_length >> 1);
nx_crypto_rsa.c:143_nx_crypto_rsa_operation()
q_hn.nx_crypto_huge_buffer_size = (modulus_length >> 1);

Data Use

Functions writing NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size
Functions reading NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size
Type of NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size
all items filtered out