Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dx509_crt.c768 const unsigned char *policy_end; in x509_get_certificate_policies() local
778 policy_end = *p + len; in x509_get_certificate_policies()
780 if ((ret = mbedtls_asn1_get_tag(p, policy_end, &len, in x509_get_certificate_policies()
824 * If there is an optional qualifier, then *p < policy_end in x509_get_certificate_policies()
825 * Check the Qualifier len to verify it doesn't exceed policy_end. in x509_get_certificate_policies()
827 if (*p < policy_end) { in x509_get_certificate_policies()
828 if ((ret = mbedtls_asn1_get_tag(p, policy_end, &len, in x509_get_certificate_policies()
839 if (*p != policy_end) { in x509_get_certificate_policies()

Completed in 5 milliseconds