Searched refs:q (Results 1 – 9 of 9) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_rsa.c | 93 … const UCHAR *p, UINT p_length, UCHAR *q, UINT q_length, in _nx_crypto_rsa_operation() argument 128 if (p && q) in _nx_crypto_rsa_operation() 137 _nx_crypto_huge_number_setup(&q_hn, q, q_length); in _nx_crypto_rsa_operation()
|
| D | nx_crypto_method_self_test_rsa.c | 550 static const UCHAR *q[] = {q_1024, q_2048, q_3072, q_4096}; variable 755 (UCHAR *)q[i], in _nx_crypto_method_self_test_rsa()
|
| D | nx_crypto_huge_number.c | 2798 NX_CRYPTO_HUGE_NUMBER *q, in _nx_crypto_huge_number_crt_power_modulus() argument 2827 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&qi, scratch, q -> nx_crypto_huge_buffer_size); in _nx_crypto_huge_number_crt_power_modulus() 2832 _nx_crypto_huge_number_inverse_modulus_prime(q, p, &qi, scratch); in _nx_crypto_huge_number_crt_power_modulus() 2833 _nx_crypto_huge_number_inverse_modulus_prime(p, q, &pi, scratch); in _nx_crypto_huge_number_crt_power_modulus() 2862 _nx_crypto_huge_number_multiply(&temp3, q, result); in _nx_crypto_huge_number_crt_power_modulus() 2869 NX_CRYPTO_HUGE_NUMBER_COPY(&temp1, q); in _nx_crypto_huge_number_crt_power_modulus() 2876 _nx_crypto_huge_number_modulus(xq, q); in _nx_crypto_huge_number_crt_power_modulus() 2882 _nx_crypto_huge_number_mont_power_modulus(xq, eq, q, m2, scratch); in _nx_crypto_huge_number_crt_power_modulus()
|
| /NetX-Duo-v6.2.1/nx_secure/src/ |
| D | nx_secure_crypto_method_self_test_rsa.c | 403 static const UCHAR *q[] = {q_1024, q_2048, q_4096}; variable 604 (UCHAR *)q[i], in _nx_secure_crypto_method_self_test_rsa()
|
| /NetX-Duo-v6.2.1/crypto_libraries/inc/ |
| D | nx_crypto_rsa.h | 104 const UCHAR *p, UINT p_length, UCHAR *q, UINT q_length,
|
| D | nx_crypto_huge_number.h | 223 NX_CRYPTO_HUGE_NUMBER *q,
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_rsa_test.c | 145 rsa_data[i].q, in thread_0_entry()
|
| D | nx_secure_rsa_test_data.c | 23 UCHAR *q; member
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 3561 #define nx_udp_socket_create(i, s, n, t, f, l, q) _nxe_udp_socket_create(i, s, n, t, f, l, q,… argument
|