Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecjpake.c174 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 …]
Dnx_crypto_ecdsa.c321 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()
Dnx_crypto_ec.c2870 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()
Dnx_crypto_huge_number.c2162 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/
Dflatbuffers_common_reader.h48 #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/
Dnx_crypto_ecjpake.h158 NX_CRYPTO_HUGE_NUMBER *r,
169 NX_CRYPTO_HUGE_NUMBER *r,
Dnx_crypto_huge_number.h201 NX_CRYPTO_HUGE_NUMBER *r,
205 NX_CRYPTO_HUGE_NUMBER *r,
Dnx_crypto_ec.h151 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/
Dasc_security_coreCodeCoverage.cmake322 -r ${BASEDIR} ${GCOVR_EXCLUDE_ARGS}
397 -r ${BASEDIR} ${GCOVR_EXCLUDE_ARGS}
/NetX-Duo-v6.3.0/addons/http/
Dnxd_http_server.h486 #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/
Dnx_web_http_server.h430 …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/
DLICENSE.txt222 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