Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crl.c712 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free() local
728 name_cur = crl_cur->issuer.next; in mbedtls_x509_crl_free()
737 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()
747 if( crl_cur->raw.p != NULL ) in mbedtls_x509_crl_free()
749 mbedtls_platform_zeroize( crl_cur->raw.p, crl_cur->raw.len ); in mbedtls_x509_crl_free()
753 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()
755 while( crl_cur != NULL ); in mbedtls_x509_crl_free()
757 crl_cur = crl; in mbedtls_x509_crl_free()
760 crl_prv = crl_cur; in mbedtls_x509_crl_free()
761 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()
[all …]

Completed in 4 milliseconds