Searched refs:mbedtls_x509_get_serial (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | x509_internal.h | 41 int mbedtls_x509_get_serial(unsigned char **p, const unsigned char *end,
|
H A D | x509_crl.c | 252 if ((ret = mbedtls_x509_get_serial(p, end2, &cur_entry->serial)) != 0) { in x509_get_entries()
|
H A D | pkcs7.c | 321 ret = mbedtls_x509_get_serial(p, end_issuer_and_sn, &signer->serial); in pkcs7_get_signer_info()
|
H A D | x509.c | 63 int mbedtls_x509_get_serial(unsigned char **p, const unsigned char *end, in mbedtls_x509_get_serial() function
|
H A D | x509_crt.c | 1152 (ret = mbedtls_x509_get_serial(&p, end, &crt->serial)) != 0 || in x509_crt_parse_der_core()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | x509.h | 474 int mbedtls_x509_get_serial(unsigned char **p, const unsigned char *end,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | x509_crl.c | 251 if ((ret = mbedtls_x509_get_serial(p, end2, &cur_entry->serial)) != 0) { in x509_get_entries()
|
H A D | pkcs7.c | 321 ret = mbedtls_x509_get_serial(p, end_issuer_and_sn, &signer->serial); in pkcs7_get_signer_info()
|
H A D | x509.c | 63 int mbedtls_x509_get_serial(unsigned char **p, const unsigned char *end, in mbedtls_x509_get_serial() function
|
H A D | x509_crt.c | 1151 (ret = mbedtls_x509_get_serial(&p, end, &crt->serial)) != 0 || in x509_crt_parse_der_core()
|