Home
last modified time | relevance | path

Searched refs:crl_data (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/nx_secure/src/
Dnxe_secure_x509_crl_revocation_check.c76 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()
Dnx_secure_x509_crl_revocation_check.c105 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/
Dnx_secure_x509.h994 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/
Dnx_secure_x509_crl_test.c14 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()