Searched refs:policy_end (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509parse.function | 354 const unsigned char *policy_end; 365 policy_end = *p + len; 367 if ((ret = mbedtls_asn1_get_tag(p, policy_end, &len, 382 * If there is an optional qualifier, then *p < policy_end 383 * Check the Qualifier len to verify it doesn't exceed policy_end. 385 if (*p < policy_end) { 386 if ((ret = mbedtls_asn1_get_tag(p, policy_end, &len, 397 if (*p != policy_end) {
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | x509_crt.c | 768 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() 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()
|