Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dpem.h52 typedef struct mbedtls_pem_context { struct
57 mbedtls_pem_context; typedef
64 void mbedtls_pem_init(mbedtls_pem_context *ctx);
92 int mbedtls_pem_read_buffer(mbedtls_pem_context *ctx, const char *header, const char *footer,
109 static inline const unsigned char *mbedtls_pem_get_buffer(mbedtls_pem_context *ctx, size_t *buflen) in mbedtls_pem_get_buffer()
121 void mbedtls_pem_free(mbedtls_pem_context *ctx);
/openthread-latest/third_party/mbedtls/repo/library/
Dpem.c38 void mbedtls_pem_init(mbedtls_pem_context *ctx) in mbedtls_pem_init()
40 memset(ctx, 0, sizeof(mbedtls_pem_context)); in mbedtls_pem_init()
268 int mbedtls_pem_read_buffer(mbedtls_pem_context *ctx, const char *header, const char *footer, in mbedtls_pem_read_buffer()
482 void mbedtls_pem_free(mbedtls_pem_context *ctx) in mbedtls_pem_free()
489 mbedtls_platform_zeroize(ctx, sizeof(mbedtls_pem_context)); in mbedtls_pem_free()
Dpkparse.c982 mbedtls_pem_context pem; in mbedtls_pk_parse_key()
1190 mbedtls_pem_context pem; in mbedtls_pk_parse_public_key()
Dx509_csr.c459 mbedtls_pem_context pem; in mbedtls_x509_csr_parse()
Dx509_crl.c510 mbedtls_pem_context pem; in mbedtls_x509_crl_parse()
Ddhm.c489 mbedtls_pem_context pem; in mbedtls_dhm_parse_dhm()
Dx509_crt.c1428 mbedtls_pem_context pem; in mbedtls_x509_crt_parse()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pem.function68 mbedtls_pem_context ctx;