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 D | x509_internal.h | 35 int mbedtls_x509_get_sig(unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig);
|
H A D | x509_csr.c | 417 if ((ret = mbedtls_x509_get_sig(&p, end, &csr->sig)) != 0) { in mbedtls_x509_csr_parse_der_internal()
|
H A D | x509_crl.c | 488 if ((ret = mbedtls_x509_get_sig(&p, end, &crl->sig)) != 0) { in mbedtls_x509_crl_parse_der()
|
H A D | x509.c | 689 int mbedtls_x509_get_sig(unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig) in mbedtls_x509_get_sig() function
|
H A D | x509_crt.c | 1293 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 D | x509.h | 468 int mbedtls_x509_get_sig(unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig);
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | x509_csr.c | 372 if ((ret = mbedtls_x509_get_sig(&p, end, &csr->sig)) != 0) { in mbedtls_x509_csr_parse_der()
|
H A D | x509_crl.c | 487 if ((ret = mbedtls_x509_get_sig(&p, end, &crl->sig)) != 0) { in mbedtls_x509_crl_parse_der()
|
H A D | x509.c | 689 int mbedtls_x509_get_sig(unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig) in mbedtls_x509_get_sig() function
|
H A D | x509_crt.c | 1292 if ((ret = mbedtls_x509_get_sig(&p, end, &crt->sig)) != 0) { in x509_crt_parse_der_core()
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 3824 * 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 D | ChangeLog | 4084 * Fix mbedtls_x509_get_sig() to update the ASN1 type in the mbedtls_x509_buf
|