Lines Matching defs:dhm
20 #include "mbedtls/dhm.h"
66 mbedtls_dhm_context dhm;
73 mbedtls_dhm_init(&dhm);
146 (ret = mbedtls_dhm_set_group(&dhm, &dhm_P, &dhm_G) != 0)) {
180 mbedtls_dhm_make_params(&dhm, (int) mbedtls_dhm_get_len(&dhm), buf, &n,
230 n = mbedtls_dhm_get_len(&dhm);
236 if ((ret = mbedtls_dhm_read_public(&dhm, buf, n)) != 0) {
247 if ((ret = mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &n,
298 mbedtls_dhm_free(&dhm);