Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Ddhm.h224 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Ddhm.c289 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx, in mbedtls_dhm_read_public() function
H A Dssl_tls12_server.c3382 if ((ret = mbedtls_dhm_read_public(&ssl->handshake->dhm_ctx, *p, n)) != 0) { in ssl_parse_client_dh_public()