OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hprov
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c
102
HCRYPTPROV
hProv
= 0;
103
if (!CryptAcquireContext(&
hProv
, NULL, MS_DEF_PROV, PROV_RSA_FULL,
105
!CryptAcquireContext (&
hProv
, NULL, MS_DEF_PROV, PROV_RSA_FULL,
109
if (CryptGenRandom(
hProv
, len, buf) == TRUE) {
110
CryptReleaseContext(
hProv
, 0);
113
CryptReleaseContext(
hProv
, 0);
/external/dbus/dbus/
dbus-sysdeps-win.c
1962
HCRYPTPROV
hprov
;
local
[
all
...]
Completed in 49 milliseconds