Home
last modified time | relevance | path

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

/mbedtls-3.5.0/include/mbedtls/
Dpem.h64 typedef struct mbedtls_pem_context { struct
69 mbedtls_pem_context; typedef
76 void mbedtls_pem_init(mbedtls_pem_context *ctx);
104 int mbedtls_pem_read_buffer(mbedtls_pem_context *ctx, const char *header, const char *footer,
121 static inline const unsigned char *mbedtls_pem_get_buffer(mbedtls_pem_context *ctx, size_t *buflen) in mbedtls_pem_get_buffer()
133 void mbedtls_pem_free(mbedtls_pem_context *ctx);
/mbedtls-3.5.0/library/
Dpem.c60 void mbedtls_pem_init(mbedtls_pem_context *ctx) in mbedtls_pem_init()
62 memset(ctx, 0, sizeof(mbedtls_pem_context)); in mbedtls_pem_init()
353 int mbedtls_pem_read_buffer(mbedtls_pem_context *ctx, const char *header, const char *footer, in mbedtls_pem_read_buffer()
567 void mbedtls_pem_free(mbedtls_pem_context *ctx) in mbedtls_pem_free()
575 mbedtls_platform_zeroize(ctx, sizeof(mbedtls_pem_context)); in mbedtls_pem_free()
Dx509_csr.c406 mbedtls_pem_context pem; in mbedtls_x509_csr_parse()
Dpkparse.c1220 mbedtls_pem_context pem; in mbedtls_pk_parse_key()
1431 mbedtls_pem_context pem; in mbedtls_pk_parse_public_key()
Ddhm.c501 mbedtls_pem_context pem; in mbedtls_dhm_parse_dhm()
Dx509_crl.c521 mbedtls_pem_context pem; in mbedtls_x509_crl_parse()
Dx509_crt.c1312 mbedtls_pem_context pem; in mbedtls_x509_crt_parse()
/mbedtls-3.5.0/tests/suites/
Dtest_suite_pem.function41 mbedtls_pem_context ctx;