Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dx509_crl.c691 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free() local
696 while (crl_cur != NULL) { in mbedtls_x509_crl_free()
698 mbedtls_free(crl_cur->sig_opts); in mbedtls_x509_crl_free()
701 mbedtls_asn1_free_named_data_list_shallow(crl_cur->issuer.next); in mbedtls_x509_crl_free()
703 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()
712 if (crl_cur->raw.p != NULL) { in mbedtls_x509_crl_free()
713 mbedtls_platform_zeroize(crl_cur->raw.p, crl_cur->raw.len); in mbedtls_x509_crl_free()
714 mbedtls_free(crl_cur->raw.p); in mbedtls_x509_crl_free()
717 crl_prv = crl_cur; in mbedtls_x509_crl_free()
718 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()