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 D | x509_internal.h | 43 int mbedtls_x509_get_ext(unsigned char **p, const unsigned char *end,
|
H A D | x509_crl.c | 90 if ((ret = mbedtls_x509_get_ext(p, end, ext, 0)) != 0) { in x509_get_crl_ext()
|
H A D | x509.c | 768 int mbedtls_x509_get_ext(unsigned char **p, const unsigned char *end, in mbedtls_x509_get_ext() function
|
H A D | x509_crt.c | 874 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 D | x509.h | 476 int mbedtls_x509_get_ext(unsigned char **p, const unsigned char *end,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | x509_crl.c | 89 if ((ret = mbedtls_x509_get_ext(p, end, ext, 0)) != 0) { in x509_get_crl_ext()
|
H A D | x509.c | 768 int mbedtls_x509_get_ext(unsigned char **p, const unsigned char *end, in mbedtls_x509_get_ext() function
|
H A D | x509_crt.c | 873 if ((ret = mbedtls_x509_get_ext(p, end, &crt->v3_ext, 3)) != 0) { in x509_get_crt_ext()
|