Home
last modified time | relevance | path

Searched refs:pri_e (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test_pkcs1.c159 UCHAR *pri_e; in _nx_crypto_method_self_test_pkcs1() local
183 pri_e = pri_e_2048; in _nx_crypto_method_self_test_pkcs1()
235 pri_e, in _nx_crypto_method_self_test_pkcs1()
Dnx_crypto_method_self_test_rsa.c547 static const UCHAR *pri_e[] = {pri_e_1024, pri_e_2048, pri_e_3072, pri_e_4096}; variable
687 (UCHAR *)pri_e[i], in _nx_crypto_method_self_test_rsa()
771 (UCHAR *)pri_e[i], in _nx_crypto_method_self_test_rsa()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_crypto_method_self_test_rsa.c400 static const UCHAR *pri_e[] = {pri_e_1024, pri_e_2048, pri_e_4096}; variable
536 (UCHAR *)pri_e[i], in _nx_secure_crypto_method_self_test_rsa()
620 (UCHAR *)pri_e[i], in _nx_secure_crypto_method_self_test_rsa()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_rsa_test.c104 rsa_data[i].pri_e, in thread_0_entry()
157 rsa_data[i].pri_e, in thread_0_entry()
Dnx_secure_pkcs1_v1_5_test.c155 UCHAR *pri_e; in thread_0_entry() local
175 pri_e = pri_e_2048_0; in thread_0_entry()
198 pri_e, in thread_0_entry()
Dnx_secure_rsa_error_checking_test.c108 rsa_data[i].pri_e, in thread_0_entry()
Dnx_secure_rsa_test_data.c17 UCHAR *pri_e; member