Lines Matching refs:mbedtls_mpi
41 static int dhm_read_bignum(mbedtls_mpi *X, in dhm_read_bignum()
79 static int dhm_check_range(const mbedtls_mpi *param, const mbedtls_mpi *P) in dhm_check_range()
81 mbedtls_mpi U; in dhm_check_range()
115 mbedtls_mpi *dest) in mbedtls_dhm_get_value()
117 const mbedtls_mpi *src = NULL; in mbedtls_dhm_get_value()
168 static int dhm_random_below(mbedtls_mpi *R, const mbedtls_mpi *M, in dhm_random_below()
273 const mbedtls_mpi *P, in mbedtls_dhm_set_group()
274 const mbedtls_mpi *G) in mbedtls_dhm_set_group()
347 mbedtls_mpi R; in dhm_update_blinding()
411 mbedtls_mpi GYb; in mbedtls_dhm_calc_secret()
544 mbedtls_mpi rec; in mbedtls_dhm_parse_dhm()