Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Ddhm.c106 static int dhm_check_range( const mbedtls_mpi *param, const mbedtls_mpi *P ) in dhm_check_range() function
150 if( ( ret = dhm_check_range( &ctx->GY, &ctx->P ) ) != 0 ) in mbedtls_dhm_read_params()
190 while( dhm_check_range( &ctx->X, &ctx->P ) != 0 ); in mbedtls_dhm_make_params()
198 if( ( ret = dhm_check_range( &ctx->GX, &ctx->P ) ) != 0 ) in mbedtls_dhm_make_params()
308 while( dhm_check_range( &ctx->X, &ctx->P ) != 0 ); in mbedtls_dhm_make_public()
313 if( ( ret = dhm_check_range( &ctx->GX, &ctx->P ) ) != 0 ) in mbedtls_dhm_make_public()
408 if( ( ret = dhm_check_range( &ctx->GY, &ctx->P ) ) != 0 ) in mbedtls_dhm_calc_secret()
/AliOS-Things-master/components/mbedtls/
A DChangeLog684 * Fix dhm_check_range() failing to detect trivial subgroups and potentially

Completed in 7 milliseconds