Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crt_restart_init (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_crt.h893 void mbedtls_x509_crt_restart_init(mbedtls_x509_crt_restart_ctx *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crt.c3266 void mbedtls_x509_crt_restart_init(mbedtls_x509_crt_restart_ctx *ctx) in mbedtls_x509_crt_restart_init() function
3291 mbedtls_x509_crt_restart_init(ctx); in mbedtls_x509_crt_restart_free()
H A Dssl_tls.c1012 mbedtls_x509_crt_restart_init(&handshake->ecrs_ctx); in ssl_handshake_params_init()