Searched refs:crl_data (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/nx_secure/src/ |
| D | nxe_secure_x509_crl_revocation_check.c | 76 UINT _nxe_secure_x509_crl_revocation_check(const UCHAR *crl_data, UINT crl_length, in _nxe_secure_x509_crl_revocation_check() argument 83 …if ((certificate == NX_CRYPTO_NULL) || (crl_data == NX_CRYPTO_NULL) || (crl_length == 0) || (store… in _nxe_secure_x509_crl_revocation_check() 96 status = _nx_secure_x509_crl_revocation_check(crl_data, crl_length, store, certificate); in _nxe_secure_x509_crl_revocation_check()
|
| D | nx_secure_x509_crl_revocation_check.c | 105 UINT _nx_secure_x509_crl_revocation_check(const UCHAR *crl_data, UINT crl_length, in _nx_secure_x509_crl_revocation_check() argument 125 …status = _nx_secure_x509_certificate_revocation_list_parse(crl_data, crl_length, &crl_bytes, &crl); in _nx_secure_x509_crl_revocation_check() 215 NX_CRYPTO_PARAMETER_NOT_USED(crl_data); in _nx_secure_x509_crl_revocation_check()
|
| /NetX-Duo-v6.2.1/nx_secure/inc/ |
| D | nx_secure_x509.h | 994 UINT _nx_secure_x509_crl_revocation_check(const UCHAR *crl_data, UINT length, 1022 UINT _nxe_secure_x509_crl_revocation_check(const UCHAR *crl_data, UINT crl_length, 1059 UINT nx_secure_x509_crl_revocation_check(const UCHAR *crl_data, UINT crl_length,
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_x509_crl_test.c | 14 const UCHAR *crl_data; member 3146 …status = nx_secure_x509_crl_revocation_check(bad_crl_test_data[i].crl_data, bad_crl_test_data[i].c… in thread_0_entry()
|