Searched refs:pX (Results 1 – 2 of 2) sorted by relevance
123 mbedtls_mpi pX; /*!< The previous \c X. */ member
348 if( mbedtls_mpi_cmp_mpi( &ctx->X, &ctx->pX ) != 0 ) in dhm_update_blinding()350 MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &ctx->pX, &ctx->X ) ); in dhm_update_blinding()462 mbedtls_mpi_free( &ctx->pX ); in mbedtls_dhm_free()
Completed in 4 milliseconds