/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ecjpake.c | 174 NX_CRYPTO_HUGE_NUMBER private_key, r; in _nx_crypto_ecjpake_hello_generate() local 181 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&r, scratch, buffer_size); in _nx_crypto_ecjpake_hello_generate() 200 &r, in _nx_crypto_ecjpake_hello_generate() 223 status = _nx_crypto_huge_number_extract_fixed_size(&r, in _nx_crypto_ecjpake_hello_generate() 252 &r, in _nx_crypto_ecjpake_hello_generate() 275 status = _nx_crypto_huge_number_extract_fixed_size(&r, in _nx_crypto_ecjpake_hello_generate() 342 NX_CRYPTO_HUGE_NUMBER r; in _nx_crypto_ecjpake_hello_process() local 349 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&r, scratch, buffer_size); in _nx_crypto_ecjpake_hello_process() 371 status = _nx_crypto_huge_number_setup(&r, &input[total_length + 1], (UINT)input[total_length]); in _nx_crypto_ecjpake_hello_process() 386 &r, in _nx_crypto_ecjpake_hello_process() [all …]
|
D | nx_crypto_ecdsa.c | 321 NX_CRYPTO_HUGE_NUMBER r; in _nx_crypto_ecdsa_verify() local 368 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&r, scratch, buffer_size); in _nx_crypto_ecdsa_verify() 399 status = _nx_crypto_huge_number_setup(&r, &signature[2], signature[1]); in _nx_crypto_ecdsa_verify() 420 if(_nx_crypto_huge_number_is_zero(&r) || _nx_crypto_huge_number_is_zero(&s)) in _nx_crypto_ecdsa_verify() 425 …if(NX_CRYPTO_HUGE_NUMBER_LESS != _nx_crypto_huge_number_compare_unsigned(&r, &curve -> nx_crypto_e… in _nx_crypto_ecdsa_verify() 460 _nx_crypto_huge_number_multiply(&r, &w, &u2); in _nx_crypto_ecdsa_verify() 472 …_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 | 2870 NX_CRYPTO_EC_POINT *r, in _nx_crypto_ec_fp_projective_multiple() argument 2884 _nx_crypto_ec_fp_fixed_multiple(curve, d, r, scratch); in _nx_crypto_ec_fp_projective_multiple() 2938 NX_CRYPTO_HUGE_NUMBER_COPY(&r -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_projective_multiple() 2940 NX_CRYPTO_HUGE_NUMBER_COPY(&r -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_multiple() 3002 NX_CRYPTO_EC_POINT *r, in _nx_crypto_ec_fp_fixed_multiple() argument 3082 NX_CRYPTO_HUGE_NUMBER_COPY(&r -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_fixed_multiple() 3084 NX_CRYPTO_HUGE_NUMBER_COPY(&r -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_fixed_multiple() 4579 NX_CRYPTO_EC_POINT* r, in _nx_crypto_ec_x25519_448_multiple() argument 4724 _nx_crypto_huge_number_multiply(&x_2, &t_1, &r -> nx_crypto_ec_point_x); in _nx_crypto_ec_x25519_448_multiple() 4725 _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 | 2162 NX_CRYPTO_HUGE_NUMBER *r, in _nx_crypto_huge_number_inverse_modulus_prime() argument 2231 NX_CRYPTO_HUGE_NUMBER_COPY(r, &C); in _nx_crypto_huge_number_inverse_modulus_prime() 2299 NX_CRYPTO_HUGE_NUMBER *r, in _nx_crypto_huge_number_inverse_modulus() argument 2397 NX_CRYPTO_HUGE_NUMBER_COPY(r, &D); in _nx_crypto_huge_number_inverse_modulus()
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/inc/asc_security_core/model/schema/ |
D | flatbuffers_common_reader.h | 48 #define __flatbuffers_struct_field(T, ID, t, r)\ argument 54 …FLATCC_ASSERT((0 != (__ASSERT_VAL__ = !(r))) && (NULL != (__ASSERT_REASON__ = "required field miss… 57 #define __flatbuffers_offset_field(T, ID, t, r, adjust)\ argument 67 …FLATCC_ASSERT((0 != (__ASSERT_VAL__ = !(r))) && (NULL != (__ASSERT_REASON__ = "required field miss… 70 #define __flatbuffers_vector_field(T, ID, t, r) __flatbuffers_offset_field(T, ID, t, r, sizeof(flat… argument 71 #define __flatbuffers_table_field(T, ID, t, r) __flatbuffers_offset_field(T, ID, t, r, 0) argument 72 #define __flatbuffers_define_struct_field(ID, N, NK, T, r)\ argument 74 __flatbuffers_struct_field(T, ID, t__tmp, r)\ 76 __flatbuffers_struct_field(T, ID, t__tmp, r)\ 79 #define __flatbuffers_define_vector_field(ID, N, NK, T, r)\ argument [all …]
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ecjpake.h | 158 NX_CRYPTO_HUGE_NUMBER *r, 169 NX_CRYPTO_HUGE_NUMBER *r,
|
D | nx_crypto_huge_number.h | 201 NX_CRYPTO_HUGE_NUMBER *r, 205 NX_CRYPTO_HUGE_NUMBER *r,
|
D | nx_crypto_ec.h | 151 NX_CRYPTO_EC_POINT *r, 535 NX_CRYPTO_EC_POINT *r, 539 NX_CRYPTO_EC_POINT *r, 644 NX_CRYPTO_EC_POINT *r,
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/cmake-modules/ |
D | asc_security_coreCodeCoverage.cmake | 322 -r ${BASEDIR} ${GCOVR_EXCLUDE_ARGS} 397 -r ${BASEDIR} ${GCOVR_EXCLUDE_ARGS}
|
/NetX-Duo-v6.3.0/addons/http/ |
D | nxd_http_server.h | 486 #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.3.0/addons/web/ |
D | nx_web_http_server.h | 430 …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
|
/NetX-Duo-v6.3.0/ |
D | LICENSE.txt | 222 soit pas réduite en dessous d’un niveau raisonnable, approprié et légal, que ce soit en général ou … 236 •les réclamations au titre de violation de contrat ou de garantie, ou au titre
|