Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/library/
Dx509_crl.c665 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free() local
678 mbedtls_free( crl_cur->sig_opts ); in mbedtls_x509_crl_free()
681 name_cur = crl_cur->issuer.next; in mbedtls_x509_crl_free()
690 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()
699 if( crl_cur->raw.p != NULL ) in mbedtls_x509_crl_free()
701 mbedtls_zeroize( crl_cur->raw.p, crl_cur->raw.len ); in mbedtls_x509_crl_free()
702 mbedtls_free( crl_cur->raw.p ); in mbedtls_x509_crl_free()
705 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()
707 while( crl_cur != NULL ); in mbedtls_x509_crl_free()
709 crl_cur = crl; in mbedtls_x509_crl_free()
[all …]