Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_internal.h43 int mbedtls_x509_get_ext(unsigned char **p, const unsigned char *end,
H A Dx509_crl.c90 if ((ret = mbedtls_x509_get_ext(p, end, ext, 0)) != 0) { in x509_get_crl_ext()
H A Dx509.c768 int mbedtls_x509_get_ext(unsigned char **p, const unsigned char *end, in mbedtls_x509_get_ext() function
H A Dx509_crt.c874 if ((ret = mbedtls_x509_get_ext(p, end, &crt->v3_ext, 3)) != 0) { in x509_get_crt_ext()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509.h476 int mbedtls_x509_get_ext(unsigned char **p, const unsigned char *end,
/aosp_15_r20/external/mbedtls/library/
H A Dx509_crl.c89 if ((ret = mbedtls_x509_get_ext(p, end, ext, 0)) != 0) { in x509_get_crl_ext()
H A Dx509.c768 int mbedtls_x509_get_ext(unsigned char **p, const unsigned char *end, in mbedtls_x509_get_ext() function
H A Dx509_crt.c873 if ((ret = mbedtls_x509_get_ext(p, end, &crt->v3_ext, 3)) != 0) { in x509_get_crt_ext()