Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd.c249 uint32_t n2, pp, od; in LLF_RND_EntropyEstimate() local
256 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()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Ddhm_alt.c254 size_t n1, n2, n3; in mbedtls_dhm_make_params() local
303 n2 = mbedtls_mpi_size( &ctx->G ); in mbedtls_dhm_make_params()
308 DHM_MPI_EXPORT( &ctx->G , n2 ); in mbedtls_dhm_make_params()