Searched refs:mbedtls_pem_context (Results 1 – 9 of 9) sorted by relevance
59 mbedtls_pem_context; typedef66 void mbedtls_pem_init( mbedtls_pem_context *ctx );90 int mbedtls_pem_read_buffer( mbedtls_pem_context *ctx, const char *header, const char *footer,100 void mbedtls_pem_free( mbedtls_pem_context *ctx );
2190 #define pem_context mbedtls_pem_context
53 void mbedtls_pem_init( mbedtls_pem_context *ctx ) in mbedtls_pem_init()55 memset( ctx, 0, sizeof( mbedtls_pem_context ) ); in mbedtls_pem_init()206 int mbedtls_pem_read_buffer( mbedtls_pem_context *ctx, const char *header, const char *footer, in mbedtls_pem_read_buffer()386 void mbedtls_pem_free( mbedtls_pem_context *ctx ) in mbedtls_pem_free()391 mbedtls_zeroize( ctx, sizeof( mbedtls_pem_context ) ); in mbedtls_pem_free()
271 mbedtls_pem_context pem; in mbedtls_x509_csr_parse()
1068 mbedtls_pem_context pem; in mbedtls_pk_parse_key()1255 mbedtls_pem_context pem; in mbedtls_pk_parse_public_key()
422 mbedtls_pem_context pem; in mbedtls_dhm_parse_dhm()
495 mbedtls_pem_context pem; in mbedtls_x509_crl_parse()
1004 mbedtls_pem_context pem; in mbedtls_x509_crt_parse()
1733 pem_context mbedtls_pem_context