Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Ddhm.c155 static int dhm_random_below( mbedtls_mpi *R, const mbedtls_mpi *M, in dhm_random_below() function
185 ret = dhm_random_below( &ctx->X, &ctx->P, f_rng, p_rng ); in dhm_make_common()
377 MBEDTLS_MPI_CHK( dhm_random_below( &ctx->Vi, &ctx->P, f_rng, p_rng ) ); in dhm_update_blinding()
382 MBEDTLS_MPI_CHK( dhm_random_below( &R, &ctx->P, f_rng, p_rng ) ); in dhm_update_blinding()

Completed in 3 milliseconds