Home
last modified time | relevance | path

Searched refs:hCryptProv (Results 1 – 25 of 471) sorted by path

12345678910>>...19

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/winapi-0.3.8/src/um/
H A Dwincrypt.rs1254 hCryptProv: HCRYPTPROV,
3021 hCryptProv: HCRYPTPROV,
3365 hCryptProv: HCRYPTPROV,
3444 hCryptProv: HCRYPTPROV,
3452 hCryptProv: HCRYPTPROV,
5277 hCryptProv: HCRYPTPROV, in CryptInstallDefaultContext()
5354 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfo()
5363 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfoEx()
5419 hCryptProv: HCRYPTPROV,
5434 hCryptProv: HCRYPTPROV,
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/winapi-0.3.9/src/um/
H A Dwincrypt.rs1254 hCryptProv: HCRYPTPROV,
3021 hCryptProv: HCRYPTPROV,
3365 hCryptProv: HCRYPTPROV,
3444 hCryptProv: HCRYPTPROV,
3452 hCryptProv: HCRYPTPROV,
5277 hCryptProv: HCRYPTPROV, in CryptInstallDefaultContext()
5354 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfo()
5363 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfoEx()
5419 hCryptProv: HCRYPTPROV,
5434 hCryptProv: HCRYPTPROV,
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/winapi-0.3.9/src/um/
H A Dwincrypt.rs1254 hCryptProv: HCRYPTPROV,
3021 hCryptProv: HCRYPTPROV,
3365 hCryptProv: HCRYPTPROV,
3444 hCryptProv: HCRYPTPROV,
3452 hCryptProv: HCRYPTPROV,
5277 hCryptProv: HCRYPTPROV, in CryptInstallDefaultContext()
5354 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfo()
5363 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfoEx()
5419 hCryptProv: HCRYPTPROV,
5434 hCryptProv: HCRYPTPROV,
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dmd4.c142 HCRYPTPROV hCryptProv; member
148 ctx->hCryptProv = 0; in MD4_Init()
151 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL, PROV_RSA_FULL, in MD4_Init()
153 CryptCreateHash(ctx->hCryptProv, CALG_MD4, 0, 0, &ctx->hHash); in MD4_Init()
173 if(ctx->hCryptProv) in MD4_Final()
174 CryptReleaseContext(ctx->hCryptProv, 0); in MD4_Final()
H A Dmd5.c135 HCRYPTPROV hCryptProv; member
141 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL, in MD5_Init()
143 CryptCreateHash(ctx->hCryptProv, CALG_MD5, 0, 0, &ctx->hHash); in MD5_Init()
162 if(ctx->hCryptProv) in MD5_Final()
163 CryptReleaseContext(ctx->hCryptProv, 0); in MD5_Final()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/vtls/
H A Dschannel.c2115 HCRYPTPROV hCryptProv = 0; in Curl_schannel_random() local
2119 if(!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, in Curl_schannel_random()
2123 if(!CryptGenRandom(hCryptProv, (DWORD)length, entropy)) { in Curl_schannel_random()
2124 CryptReleaseContext(hCryptProv, 0UL); in Curl_schannel_random()
2128 CryptReleaseContext(hCryptProv, 0UL); in Curl_schannel_random()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/src/
H A Dtool_metalink.c82 HCRYPTPROV hCryptProv; member
396 if(ctx->hCryptProv) in win32_crypto_final()
397 CryptReleaseContext(ctx->hCryptProv, 0); in win32_crypto_final()
402 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL, in MD5_Init()
404 CryptCreateHash(ctx->hCryptProv, CALG_MD5, 0, 0, &ctx->hHash); in MD5_Init()
423 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL, in SHA1_Init()
425 CryptCreateHash(ctx->hCryptProv, CALG_SHA1, 0, 0, &ctx->hHash); in SHA1_Init()
444 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL, in SHA256_Init()
446 CryptCreateHash(ctx->hCryptProv, CALG_SHA_256, 0, 0, &ctx->hHash); in SHA256_Init()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/winapi-0.3.8/src/um/
H A Dwincrypt.rs1254 hCryptProv: HCRYPTPROV,
3021 hCryptProv: HCRYPTPROV,
3365 hCryptProv: HCRYPTPROV,
3444 hCryptProv: HCRYPTPROV,
3452 hCryptProv: HCRYPTPROV,
5277 hCryptProv: HCRYPTPROV, in CryptInstallDefaultContext()
5354 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfo()
5363 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfoEx()
5419 hCryptProv: HCRYPTPROV,
5434 hCryptProv: HCRYPTPROV,
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/winapi-0.3.9/src/um/
H A Dwincrypt.rs1254 hCryptProv: HCRYPTPROV,
3021 hCryptProv: HCRYPTPROV,
3365 hCryptProv: HCRYPTPROV,
3444 hCryptProv: HCRYPTPROV,
3452 hCryptProv: HCRYPTPROV,
5277 hCryptProv: HCRYPTPROV, in CryptInstallDefaultContext()
5354 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfo()
5363 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfoEx()
5419 hCryptProv: HCRYPTPROV,
5434 hCryptProv: HCRYPTPROV,
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Cryptography/
H A Dmod.rs4393 pub hCryptProv: usize,
9309 pub hCryptProv: usize, field
9435 pub hCryptProv: usize,
9525 pub hCryptProv: usize,
9579 pub hCryptProv: usize,
9604 pub hCryptProv: usize, field
9660 pub hCryptProv: usize, field
9739 pub hCryptProv: usize, field
9793 pub hCryptProv: usize, field
10018 pub hCryptProv: usize, field
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/winapi-0.2.8/src/
H A Dwincrypt.rs890 hCryptProv: HCRYPTPROV,
2010 hCryptProv: HCRYPTPROV_LEGACY,
2032 hCryptProv: HCRYPTPROV_LEGACY,
2077 hCryptProv: HCRYPTPROV_LEGACY,
2092 hCryptProv: HCRYPTPROV,
2101 UNION!(CMSG_SIGNER_ENCODE_INFO, hCryptProv, hNCryptKey, hNCryptKey_mut, ::NCRYPT_KEY_HANDLE);
2179 hCryptProv: HCRYPTPROV,
2185 UNION!(CRYPT_KEY_SIGN_MESSAGE_PARA, hCryptProv, hNCryptKey, hNCryptKey_mut, ::NCRYPT_KEY_HANDLE);
2190 hCryptProv: HCRYPTPROV_LEGACY,
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwincrypt.rs1254 hCryptProv: HCRYPTPROV,
3021 hCryptProv: HCRYPTPROV,
3365 hCryptProv: HCRYPTPROV,
3444 hCryptProv: HCRYPTPROV,
3452 hCryptProv: HCRYPTPROV,
5277 hCryptProv: HCRYPTPROV, in CryptInstallDefaultContext()
5354 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfo()
5363 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfoEx()
5419 hCryptProv: HCRYPTPROV,
5434 hCryptProv: HCRYPTPROV,
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/winapi-0.2.8/src/
H A Dwincrypt.rs890 hCryptProv: HCRYPTPROV,
2010 hCryptProv: HCRYPTPROV_LEGACY,
2032 hCryptProv: HCRYPTPROV_LEGACY,
2077 hCryptProv: HCRYPTPROV_LEGACY,
2092 hCryptProv: HCRYPTPROV,
2101 UNION!(CMSG_SIGNER_ENCODE_INFO, hCryptProv, hNCryptKey, hNCryptKey_mut, ::NCRYPT_KEY_HANDLE);
2179 hCryptProv: HCRYPTPROV,
2185 UNION!(CRYPT_KEY_SIGN_MESSAGE_PARA, hCryptProv, hNCryptKey, hNCryptKey_mut, ::NCRYPT_KEY_HANDLE);
2190 hCryptProv: HCRYPTPROV_LEGACY,
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/winapi-0.3.8/src/um/
H A Dwincrypt.rs1254 hCryptProv: HCRYPTPROV,
3021 hCryptProv: HCRYPTPROV,
3365 hCryptProv: HCRYPTPROV,
3444 hCryptProv: HCRYPTPROV,
3452 hCryptProv: HCRYPTPROV,
5277 hCryptProv: HCRYPTPROV,
5354 hCryptProv: HCRYPTPROV,
5363 hCryptProv: HCRYPTPROV,
5419 hCryptProv: HCRYPTPROV,
5434 hCryptProv: HCRYPTPROV,
[all …]
/dports/benchmarks/fio/fio-3.29/os/
H A Dos-windows.h172 HCRYPTPROV hCryptProv;
174 if (!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))
181 if (!CryptGenRandom(hCryptProv, size, (BYTE*)rand_seeds)) {
184 CryptReleaseContext(hCryptProv, 0);
188 CryptReleaseContext(hCryptProv, 0);
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwincrypt.rs1254 hCryptProv: HCRYPTPROV,
3021 hCryptProv: HCRYPTPROV,
3365 hCryptProv: HCRYPTPROV,
3444 hCryptProv: HCRYPTPROV,
3452 hCryptProv: HCRYPTPROV,
5277 hCryptProv: HCRYPTPROV, in CryptInstallDefaultContext()
5354 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfo()
5363 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfoEx()
5419 hCryptProv: HCRYPTPROV,
5434 hCryptProv: HCRYPTPROV,
[all …]
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/winapi-0.3.9/src/um/
H A Dwincrypt.rs1254 hCryptProv: HCRYPTPROV,
3021 hCryptProv: HCRYPTPROV,
3365 hCryptProv: HCRYPTPROV,
3444 hCryptProv: HCRYPTPROV,
3452 hCryptProv: HCRYPTPROV,
5277 hCryptProv: HCRYPTPROV, in CryptInstallDefaultContext()
5354 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfo()
5363 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfoEx()
5419 hCryptProv: HCRYPTPROV,
5434 hCryptProv: HCRYPTPROV,
[all …]
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/hashable-1.3.0.0/cbits/
H A DgetRandomBytes.c45 HCRYPTPROV hCryptProv; in hashable_getRandomBytes() local
48 if (!CryptAcquireContextA(&hCryptProv, NULL, NULL, PROV_RSA_FULL, in hashable_getRandomBytes()
52 ret = CryptGenRandom(hCryptProv, (DWORD) nbytes, (BYTE *) dest) ? nbytes : -1; in hashable_getRandomBytes()
54 CryptReleaseContext(hCryptProv, 0); in hashable_getRandomBytes()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DOSRandomSource.cpp73 HCRYPTPROV hCryptProv = 0; in cryptographicallyRandomValuesFromOS()
74 if (!CryptAcquireContext(&hCryptProv, 0, MS_DEF_PROV, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in cryptographicallyRandomValuesFromOS()
76 if (!CryptGenRandom(hCryptProv, length, buffer)) in cryptographicallyRandomValuesFromOS()
78 CryptReleaseContext(hCryptProv, 0); in cryptographicallyRandomValuesFromOS()
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/winapi-0.3.9/src/um/
H A Dwincrypt.rs1254 hCryptProv: HCRYPTPROV,
3021 hCryptProv: HCRYPTPROV,
3365 hCryptProv: HCRYPTPROV,
3444 hCryptProv: HCRYPTPROV,
3452 hCryptProv: HCRYPTPROV,
5277 hCryptProv: HCRYPTPROV, in CryptInstallDefaultContext()
5354 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfo()
5363 hCryptProv: HCRYPTPROV, in CryptImportPublicKeyInfoEx()
5419 hCryptProv: HCRYPTPROV,
5434 hCryptProv: HCRYPTPROV,
[all …]
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/libmariadb/secure/
H A Dschannel_certs.c708 cert_key_context.hCryptProv = hProv;
847 hProv = cert_key_context.hCryptProv;
852 CryptReleaseContext(cert_key_context.hCryptProv, 0);
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/libmariadb/secure/
H A Dschannel_certs.c708 cert_key_context.hCryptProv = hProv; in load_private_key()
847 hProv = cert_key_context.hCryptProv; in schannel_free_cert_context()
852 CryptReleaseContext(cert_key_context.hCryptProv, 0); in schannel_free_cert_context()
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/libmariadb/secure/
H A Dschannel_certs.c708 cert_key_context.hCryptProv = hProv; in load_private_key()
847 hProv = cert_key_context.hCryptProv; in schannel_free_cert_context()
852 CryptReleaseContext(cert_key_context.hCryptProv, 0); in schannel_free_cert_context()
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/libmariadb/secure/
H A Dschannel_certs.c708 cert_key_context.hCryptProv = hProv; in load_private_key()
847 hProv = cert_key_context.hCryptProv; in schannel_free_cert_context()
852 CryptReleaseContext(cert_key_context.hCryptProv, 0); in schannel_free_cert_context()
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/libmariadb/secure/
H A Dschannel_certs.c708 cert_key_context.hCryptProv = hProv; in load_private_key()
847 hProv = cert_key_context.hCryptProv; in schannel_free_cert_context()
852 CryptReleaseContext(cert_key_context.hCryptProv, 0); in schannel_free_cert_context()

12345678910>>...19