Home
last modified time | relevance | path

Searched refs:mbedtls_x509_get_sig (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_internal.h35 int mbedtls_x509_get_sig(unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig);
H A Dx509_csr.c417 if ((ret = mbedtls_x509_get_sig(&p, end, &csr->sig)) != 0) { in mbedtls_x509_csr_parse_der_internal()
H A Dx509_crl.c488 if ((ret = mbedtls_x509_get_sig(&p, end, &crl->sig)) != 0) { in mbedtls_x509_crl_parse_der()
H A Dx509.c689 int mbedtls_x509_get_sig(unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig) in mbedtls_x509_get_sig() function
H A Dx509_crt.c1293 if ((ret = mbedtls_x509_get_sig(&p, end, &crt->sig)) != 0) { in x509_crt_parse_der_core()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509.h468 int mbedtls_x509_get_sig(unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig);
/aosp_15_r20/external/mbedtls/library/
H A Dx509_csr.c372 if ((ret = mbedtls_x509_get_sig(&p, end, &csr->sig)) != 0) { in mbedtls_x509_csr_parse_der()
H A Dx509_crl.c487 if ((ret = mbedtls_x509_get_sig(&p, end, &crl->sig)) != 0) { in mbedtls_x509_crl_parse_der()
H A Dx509.c689 int mbedtls_x509_get_sig(unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig) in mbedtls_x509_get_sig() function
H A Dx509_crt.c1292 if ((ret = mbedtls_x509_get_sig(&p, end, &crt->sig)) != 0) { in x509_crt_parse_der_core()
/aosp_15_r20/external/mbedtls/
H A DChangeLog3824 * Fix mbedtls_x509_get_sig() to update the ASN1 type in the mbedtls_x509_buf
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog4084 * Fix mbedtls_x509_get_sig() to update the ASN1 type in the mbedtls_x509_buf