Home
last modified time | relevance | path

Searched refs:r (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ecjpake.c173 NX_CRYPTO_HUGE_NUMBER private_key, r; in _nx_crypto_ecjpake_hello_generate() local
180 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&r, scratch, buffer_size); in _nx_crypto_ecjpake_hello_generate()
199 &r, in _nx_crypto_ecjpake_hello_generate()
222 status = _nx_crypto_huge_number_extract_fixed_size(&r, in _nx_crypto_ecjpake_hello_generate()
251 &r, in _nx_crypto_ecjpake_hello_generate()
274 status = _nx_crypto_huge_number_extract_fixed_size(&r, in _nx_crypto_ecjpake_hello_generate()
341 NX_CRYPTO_HUGE_NUMBER r; in _nx_crypto_ecjpake_hello_process() local
348 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&r, scratch, buffer_size); in _nx_crypto_ecjpake_hello_process()
370 status = _nx_crypto_huge_number_setup(&r, &input[total_length + 1], (UINT)input[total_length]); in _nx_crypto_ecjpake_hello_process()
385 &r, in _nx_crypto_ecjpake_hello_process()
[all …]
Dnx_crypto_ecdsa.c320 NX_CRYPTO_HUGE_NUMBER r; in _nx_crypto_ecdsa_verify() local
367 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&r, scratch, buffer_size); in _nx_crypto_ecdsa_verify()
398 status = _nx_crypto_huge_number_setup(&r, &signature[2], signature[1]); in _nx_crypto_ecdsa_verify()
419 if(_nx_crypto_huge_number_is_zero(&r) || _nx_crypto_huge_number_is_zero(&s)) in _nx_crypto_ecdsa_verify()
424 …if(NX_CRYPTO_HUGE_NUMBER_LESS != _nx_crypto_huge_number_compare_unsigned(&r, &curve -> nx_crypto_e… in _nx_crypto_ecdsa_verify()
459 _nx_crypto_huge_number_multiply(&r, &w, &u2); in _nx_crypto_ecdsa_verify()
471 …_CRYPTO_HUGE_NUMBER_EQUAL != _nx_crypto_huge_number_compare_unsigned(&pt.nx_crypto_ec_point_x, &r)) in _nx_crypto_ecdsa_verify()
Dnx_crypto_ec.c2869 NX_CRYPTO_EC_POINT *r, in _nx_crypto_ec_fp_projective_multiple() argument
2883 _nx_crypto_ec_fp_fixed_multiple(curve, d, r, scratch); in _nx_crypto_ec_fp_projective_multiple()
2937 NX_CRYPTO_HUGE_NUMBER_COPY(&r -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_projective_multiple()
2939 NX_CRYPTO_HUGE_NUMBER_COPY(&r -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_multiple()
3001 NX_CRYPTO_EC_POINT *r, in _nx_crypto_ec_fp_fixed_multiple() argument
3081 NX_CRYPTO_HUGE_NUMBER_COPY(&r -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_fixed_multiple()
3083 NX_CRYPTO_HUGE_NUMBER_COPY(&r -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_fixed_multiple()
4578 NX_CRYPTO_EC_POINT* r, in _nx_crypto_ec_x25519_448_multiple() argument
4723 _nx_crypto_huge_number_multiply(&x_2, &t_1, &r -> nx_crypto_ec_point_x); in _nx_crypto_ec_x25519_448_multiple()
4724 _nx_crypto_huge_number_modulus(&r -> nx_crypto_ec_point_x, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
Dnx_crypto_huge_number.c2161 NX_CRYPTO_HUGE_NUMBER *r, in _nx_crypto_huge_number_inverse_modulus_prime() argument
2230 NX_CRYPTO_HUGE_NUMBER_COPY(r, &C); in _nx_crypto_huge_number_inverse_modulus_prime()
2298 NX_CRYPTO_HUGE_NUMBER *r, in _nx_crypto_huge_number_inverse_modulus() argument
2396 NX_CRYPTO_HUGE_NUMBER_COPY(r, &D); in _nx_crypto_huge_number_inverse_modulus()
/NetX-Duo-v6.2.1/test/regression/interoperability_test/nx_secure_test/
Dcert.pem22 MC85cfTnibLZs8rqSUPa8S4ibO09hUsNXpytCRP83Y/hKBZ81XVLHizGPz7m/r/+
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ecjpake.h157 NX_CRYPTO_HUGE_NUMBER *r,
168 NX_CRYPTO_HUGE_NUMBER *r,
Dnx_crypto_huge_number.h200 NX_CRYPTO_HUGE_NUMBER *r,
204 NX_CRYPTO_HUGE_NUMBER *r,
Dnx_crypto_ec.h150 NX_CRYPTO_EC_POINT *r,
534 NX_CRYPTO_EC_POINT *r,
538 NX_CRYPTO_EC_POINT *r,
643 NX_CRYPTO_EC_POINT *r,
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h485 #define nx_http_server_create(p,n,i,m,sp,ss,pp,a,r) _nxe_http_server_create(p,n,i,m,sp,ss,pp,a,r,si… argument
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.h429 …nx_web_http_server_create(p,n,i,pn,m,sp,ss,pp,a,r) _nxe_web_http_server_create(p,n,i,pn,m,sp,ss,… argument