Searched refs:prov (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndw32ce.c70 HCRYPTPROV prov; local
85 if (!CryptAcquireContext (&prov, NULL, NULL, PROV_RSA_FULL,
91 if (!CryptGenRandom (prov, buflen, buffer))
96 CryptReleaseContext (prov, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndw32ce.c70 HCRYPTPROV prov; local
85 if (!CryptAcquireContext (&prov, NULL, NULL, PROV_RSA_FULL,
91 if (!CryptGenRandom (prov, buflen, buffer))
96 CryptReleaseContext (prov, 0);

Completed in 102 milliseconds