Home
last modified time | relevance | path

Searched refs:q (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_rsa.c93 … 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()
Dnx_crypto_method_self_test_rsa.c550 static const UCHAR *q[] = {q_1024, q_2048, q_3072, q_4096}; variable
755 (UCHAR *)q[i], in _nx_crypto_method_self_test_rsa()
Dnx_crypto_huge_number.c2798 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/
Dnx_secure_crypto_method_self_test_rsa.c403 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/
Dnx_crypto_rsa.h104 const UCHAR *p, UINT p_length, UCHAR *q, UINT q_length,
Dnx_crypto_huge_number.h223 NX_CRYPTO_HUGE_NUMBER *q,
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_rsa_test.c145 rsa_data[i].q, in thread_0_entry()
Dnx_secure_rsa_test_data.c23 UCHAR *q; member
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3561 #define nx_udp_socket_create(i, s, n, t, f, l, q) _nxe_udp_socket_create(i, s, n, t, f, l, q,… argument