/NetX-Duo-v6.2.1/crypto_libraries/src/ |
D | nx_crypto_huge_number.c | 2298 NX_CRYPTO_HUGE_NUMBER *m, in _nx_crypto_huge_number_inverse_modulus() argument 2305 if (NX_CRYPTO_HUGE_NUMBER_IS_EVEN(m) && NX_CRYPTO_HUGE_NUMBER_IS_EVEN(a)) in _nx_crypto_huge_number_inverse_modulus() 2320 if (m -> nx_crypto_huge_number_size > a -> nx_crypto_huge_number_size) in _nx_crypto_huge_number_inverse_modulus() 2322 buffer_size = (m -> nx_crypto_huge_number_size + 1) << HN_SIZE_SHIFT; in _nx_crypto_huge_number_inverse_modulus() 2337 NX_CRYPTO_HUGE_NUMBER_COPY(&u, m); in _nx_crypto_huge_number_inverse_modulus() 2359 _nx_crypto_huge_number_subtract(&B, m); in _nx_crypto_huge_number_inverse_modulus() 2376 _nx_crypto_huge_number_subtract(&D, m); in _nx_crypto_huge_number_inverse_modulus() 2396 _nx_crypto_huge_number_modulus(&D, m); in _nx_crypto_huge_number_inverse_modulus() 2456 NX_CRYPTO_KEEP VOID _nx_crypto_huge_number_mont(NX_CRYPTO_HUGE_NUMBER *m, UINT mi, in _nx_crypto_huge_number_mont() argument 2465 UINT m_len = m -> nx_crypto_huge_number_size; in _nx_crypto_huge_number_mont() [all …]
|
D | nx_crypto_method_self_test_rsa.c | 549 static const UCHAR *m[] = {m_1024, m_2048, m_3072, m_4096}; variable 628 (UCHAR *)m[i], in _nx_crypto_method_self_test_rsa() 675 (UCHAR *)m[i], in _nx_crypto_method_self_test_rsa() 723 (UCHAR *)m[i], in _nx_crypto_method_self_test_rsa()
|
/NetX-Duo-v6.2.1/nx_secure/src/ |
D | nx_secure_crypto_method_self_test_rsa.c | 402 static const UCHAR *m[] = {m_1024, m_2048, m_4096}; variable 477 (UCHAR *)m[i], in _nx_secure_crypto_method_self_test_rsa() 524 (UCHAR *)m[i], in _nx_secure_crypto_method_self_test_rsa() 572 (UCHAR *)m[i], in _nx_secure_crypto_method_self_test_rsa()
|
/NetX-Duo-v6.2.1/crypto_libraries/inc/ |
D | nx_crypto_huge_number.h | 204 NX_CRYPTO_HUGE_NUMBER *m, 207 VOID _nx_crypto_huge_number_mont(NX_CRYPTO_HUGE_NUMBER *m, UINT mi, 218 NX_CRYPTO_HUGE_NUMBER *m, 225 NX_CRYPTO_HUGE_NUMBER *m,
|
/NetX-Duo-v6.2.1/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 11 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
/NetX-Duo-v6.2.1/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.2.1/addons/ftp/ |
D | nxd_ftp_server.c | 5747 UINT j, k, i, m, colons, digit; in _nx_ftp_utility_parse_IPv6_address() local 5932 m = j + 1; in _nx_ftp_utility_parse_IPv6_address() 5935 while (m < buffer_length) in _nx_ftp_utility_parse_IPv6_address() 5939 if (buffer_ptr [m] == ':') in _nx_ftp_utility_parse_IPv6_address() 5945 m++; in _nx_ftp_utility_parse_IPv6_address()
|
/NetX-Duo-v6.2.1/addons/web/ |
D | nx_web_http_server.h | 430 #define 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… argument
|
/NetX-Duo-v6.2.1/common/inc/ |
D | nx_api.h | 3361 #define nx_ip_create(i, n, a, m, d, l, p, s, y) _nxe_ip_create(i, n, a, m, d, l, p, s, y, s… argument 3433 #define nx_packet_pool_create(p, n, l, m, s) _nxe_packet_pool_create(p, n, l, m, s, size… argument
|
/NetX-Duo-v6.2.1/addons/ppp/ |
D | nx_ppp.c | 6844 UINT i, w, m; in _nx_ppp_ipcp_configure_check() local 7138 for (m = 0; m < opt_length; m++) in _nx_ppp_ipcp_configure_check() 7142 rejected_list[rej_index] = packet_ptr -> nx_packet_prepend_ptr[w + m + 8]; in _nx_ppp_ipcp_configure_check()
|
/NetX-Duo-v6.2.1/ |
D | LICENSE.txt | 237 Elle s’applique également, même si Microsoft connaissait ou devrait connaître
|