| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_ecjpake.c | 173 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 …]
|
| D | nx_crypto_ecdsa.c | 320 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()
|
| D | nx_crypto_ec.c | 2869 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()
|
| D | nx_crypto_huge_number.c | 2161 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/ |
| D | cert.pem | 22 MC85cfTnibLZs8rqSUPa8S4ibO09hUsNXpytCRP83Y/hKBZ81XVLHizGPz7m/r/+
|
| /NetX-Duo-v6.2.1/crypto_libraries/inc/ |
| D | nx_crypto_ecjpake.h | 157 NX_CRYPTO_HUGE_NUMBER *r, 168 NX_CRYPTO_HUGE_NUMBER *r,
|
| D | nx_crypto_huge_number.h | 200 NX_CRYPTO_HUGE_NUMBER *r, 204 NX_CRYPTO_HUGE_NUMBER *r,
|
| D | nx_crypto_ec.h | 150 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/ |
| D | nxd_http_server.h | 485 #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/ |
| D | nx_web_http_server.h | 429 …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
|