Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dx509_crl.c679 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free() local
684 while (crl_cur != NULL) { in mbedtls_x509_crl_free()
686 mbedtls_free(crl_cur->sig_opts); in mbedtls_x509_crl_free()
689 mbedtls_asn1_free_named_data_list_shallow(crl_cur->issuer.next); in mbedtls_x509_crl_free()
691 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()
699 if (crl_cur->raw.p != NULL) { in mbedtls_x509_crl_free()
700 mbedtls_zeroize_and_free(crl_cur->raw.p, crl_cur->raw.len); in mbedtls_x509_crl_free()
703 crl_prv = crl_cur; in mbedtls_x509_crl_free()
704 crl_cur in mbedtls_x509_crl_free()
[all...]

Completed in 2 milliseconds