Searched refs:mbedtls_dhm_read_public (Results 1 – 3 of 3) sorted by relevance
224 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx,
289 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx, in mbedtls_dhm_read_public() function
3382 if ((ret = mbedtls_dhm_read_public(&ssl->handshake->dhm_ctx, *p, n)) != 0) { in ssl_parse_client_dh_public()