Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/prngs/
H A Drng_get_bytes.c117 static HCRYPTPROV hProv = 0; in s_rng_win32() local
118 if (hProv == 0) { in s_rng_win32()
126 hProv = h; in s_rng_win32()
129 return CryptGenRandom(hProv, (DWORD)len, (BYTE *)buf) == TRUE ? len : 0; in s_rng_win32()