Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_internal.h80 int mbedtls_x509_info_key_usage(char **buf, size_t *size,
H A Dx509_csr.c592 if ((ret = mbedtls_x509_info_key_usage(&p, &n, csr->key_usage)) != 0) { in mbedtls_x509_csr_info()
H A Dx509.c1751 int mbedtls_x509_info_key_usage(char **buf, size_t *size, in mbedtls_x509_info_key_usage() function
H A Dx509_crt.c1857 if ((ret = mbedtls_x509_info_key_usage(&p, &n, crt->key_usage)) != 0) { in mbedtls_x509_crt_info()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509.h514 int mbedtls_x509_info_key_usage(char **buf, size_t *size,
/aosp_15_r20/external/mbedtls/library/
H A Dx509_csr.c527 if ((ret = mbedtls_x509_info_key_usage(&p, &n, csr->key_usage)) != 0) { in mbedtls_x509_csr_info()
H A Dx509.c1751 int mbedtls_x509_info_key_usage(char **buf, size_t *size, in mbedtls_x509_info_key_usage() function
H A Dx509_crt.c1856 if ((ret = mbedtls_x509_info_key_usage(&p, &n, crt->key_usage)) != 0) { in mbedtls_x509_crt_info()