Home
last modified time | relevance | path

Searched refs:pub_e_2048 (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test_pkcs1.c31 static UCHAR pub_e_2048[] = {0x01, 0x00, 0x01}; variable
181 pub_e = pub_e_2048; in _nx_crypto_method_self_test_pkcs1()
182 pub_e_len = sizeof(pub_e_2048); in _nx_crypto_method_self_test_pkcs1()
Dnx_crypto_method_self_test_rsa.c101 static const UCHAR pub_e_2048[] = { variable
546 static const UCHAR *pub_e[] = {pub_e_1024, pub_e_2048, pub_e_3072, pub_e_4096};
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_crypto_method_self_test_rsa.c102 static const UCHAR pub_e_2048[] = { variable
399 static const UCHAR *pub_e[] = {pub_e_1024, pub_e_2048, pub_e_4096};