Searched refs:n2 (Results 1 – 2 of 2) sorted by relevance
249 uint32_t n2, pp, od; in LLF_RND_EntropyEstimate() local256 n2 = Mult16x16((ec[i]>>1),n); /* n2 used as temp */ in LLF_RND_EntropyEstimate()259 if (n2 > pp) in LLF_RND_EntropyEstimate()260 od = n2 - pp; in LLF_RND_EntropyEstimate()262 od = pp - n2; in LLF_RND_EntropyEstimate()265 n2 = SQR(n); in LLF_RND_EntropyEstimate()266 var = Mult32x32(pp,(n2-pp)); in LLF_RND_EntropyEstimate()
254 size_t n1, n2, n3; in mbedtls_dhm_make_params() local303 n2 = mbedtls_mpi_size( &ctx->G ); in mbedtls_dhm_make_params()308 DHM_MPI_EXPORT( &ctx->G , n2 ); in mbedtls_dhm_make_params()