Home
last modified time | relevance | path

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

/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd.c36 #define SQR(x) (((x)&0xffff)*((x)&0xffff)) macro
255 pp = SQR(m) + SQR(n-m); /* related to theoretical "autocorrelation" probability */ in LLF_RND_EntropyEstimate()
265 n2 = SQR(n); in LLF_RND_EntropyEstimate()