Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A 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);
/optee_os/lib/libmbedtls/mbedtls/library/
H A 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()
271 int mbedtls_pem_read_buffer(mbedtls_pem_context *ctx, const char *header, const char *footer, in mbedtls_pem_read_buffer()
485 void mbedtls_pem_free(mbedtls_pem_context *ctx) in mbedtls_pem_free()
496 mbedtls_platform_zeroize(ctx, sizeof(mbedtls_pem_context)); in mbedtls_pem_free()
H A Dpkparse.c982 mbedtls_pem_context pem; in mbedtls_pk_parse_key()
1190 mbedtls_pem_context pem; in mbedtls_pk_parse_public_key()
H A Dx509_csr.c459 mbedtls_pem_context pem; in mbedtls_x509_csr_parse()
H A Dx509_crl.c510 mbedtls_pem_context pem; in mbedtls_x509_crl_parse()
H A Ddhm.c489 mbedtls_pem_context pem; in mbedtls_dhm_parse_dhm()
H A Dx509_crt.c1430 mbedtls_pem_context pem; in mbedtls_x509_crt_parse()