Lines Matching refs:mbedtls_x509_sequence
565 mbedtls_x509_sequence *ext_key_usage) in x509_get_ext_key_usage()
741 mbedtls_x509_sequence *certificate_policies) in x509_get_certificate_policies()
1689 const mbedtls_x509_sequence *extended_key_usage) in x509_info_ext_key_usage()
1695 const mbedtls_x509_sequence *cur = extended_key_usage; in x509_info_ext_key_usage()
1718 const mbedtls_x509_sequence *certificate_policies) in x509_info_cert_policies()
1724 const mbedtls_x509_sequence *cur = certificate_policies; in x509_info_cert_policies()
1960 const mbedtls_x509_sequence *cur; in mbedtls_x509_crt_check_extended_key_usage()
2904 static int x509_crt_check_san_ip(const mbedtls_x509_sequence *san, in x509_crt_check_san_ip()
2913 for (const mbedtls_x509_sequence *cur = san; cur != NULL; cur = cur->next) { in x509_crt_check_san_ip()
2925 static int x509_crt_check_san_uri(const mbedtls_x509_sequence *san, in x509_crt_check_san_uri()
2928 for (const mbedtls_x509_sequence *cur = san; cur != NULL; cur = cur->next) { in x509_crt_check_san_uri()
2943 static int x509_crt_check_san(const mbedtls_x509_sequence *san, in x509_crt_check_san()
2949 for (const mbedtls_x509_sequence *cur = san; cur != NULL; cur = cur->next) { in x509_crt_check_san()