Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/mbedtls/
H A Ddhm.c131 static int dhm_check_range( const mbedtls_mpi *param, const mbedtls_mpi *P ) in dhm_check_range() function
174 if( ( ret = dhm_check_range( &ctx->GY, &ctx->P ) ) != 0 ) in mbedtls_dhm_read_params()
201 while( dhm_check_range( R, M ) != 0 ); in dhm_random_below()
238 if( ( ret = dhm_check_range( &ctx->GX, &ctx->P ) ) != 0 ) in dhm_make_common()
455 if( ( ret = dhm_check_range( &ctx->GY, &ctx->P ) ) != 0 ) in mbedtls_dhm_calc_secret()