Searched refs:test_ca_crl_der (Results 1 – 11 of 11) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_x509_error_checking_test.c | 158 static unsigned char test_ca_crl_der[] = { variable 620 backup = test_ca_crl_der[0]; in thread_0_entry() 621 test_ca_crl_der[0] = 0xb0; in thread_0_entry() 622 …status = _nx_secure_x509_certificate_revocation_list_parse(test_ca_crl_der, test_ca_crl_der_len, &… in thread_0_entry() 624 test_ca_crl_der[0] = backup; in thread_0_entry() 627 backup = test_ca_crl_der[4]; in thread_0_entry() 628 test_ca_crl_der[4] = 0xb0; in thread_0_entry() 629 …status = _nx_secure_x509_certificate_revocation_list_parse(test_ca_crl_der, test_ca_crl_der_len, &… in thread_0_entry() 631 test_ca_crl_der[4] = backup; in thread_0_entry() 634 backup = test_ca_crl_der[10]; in thread_0_entry() [all …]
|
| D | test_ca.crl.der.c | 1 static unsigned char test_ca_crl_der[] = { variable
|
| D | nx_secure_tls_nxe_api_test.c | 594 …status = nx_secure_x509_crl_revocation_check(test_ca_crl_der, test_ca_crl_der_len, &cert_store, NX… in thread_0_entry() 602 …status = nx_secure_x509_crl_revocation_check(test_ca_crl_der, test_ca_crl_der_len, NX_NULL, &certi… in thread_0_entry() 606 status = nx_secure_x509_crl_revocation_check(test_ca_crl_der, 0, &cert_store, &certificate); in thread_0_entry()
|
| D | nx_secure_tls_no_client_cert_test.c | 689 …status = nx_secure_x509_crl_revocation_check(test_ca_crl_der, test_ca_crl_der_len, store, certific… in certificate_verification_callback()
|
| D | nx_secure_tls_tcp_fragment_test.c | 488 …status = nx_secure_x509_crl_revocation_check(test_ca_crl_der, test_ca_crl_der_len, store, certific… in certificate_verification_callback()
|
| D | nx_secure_tls_rsa_private_key_test.c | 711 …status = nx_secure_x509_crl_revocation_check(test_ca_crl_der, test_ca_crl_der_len, store, certific… in certificate_verification_callback()
|
| D | nx_secure_tls_hash_clone_test.c | 440 …status = nx_secure_x509_crl_revocation_check(test_ca_crl_der, test_ca_crl_der_len, store, certific… in certificate_verification_callback()
|
| D | nx_secure_tls_two_way_test.c | 458 …status = nx_secure_x509_crl_revocation_check(test_ca_crl_der, test_ca_crl_der_len, store, certific… in certificate_verification_callback()
|
| D | nx_secure_tls_server_ciphersuite_priority_test.c | 430 …status = nx_secure_x509_crl_revocation_check(test_ca_crl_der, test_ca_crl_der_len, store, certific… in certificate_verification_callback()
|
| D | nx_secure_tls_error_checking_test.c | 507 …status = nx_secure_x509_crl_revocation_check(test_ca_crl_der, test_ca_crl_der_len, store, certific… in certificate_verification_callback()
|
| D | nx_secure_tls_handshake_fail_test.c | 827 …status = nx_secure_x509_crl_revocation_check(test_ca_crl_der, test_ca_crl_der_len, store, certific… in certificate_verification_callback()
|