Searched defs:HCRYPTHASH (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ncrypt.h | 135 typedef ULONG_PTR HCRYPTHASH; typedef
|
D | wincrypt.h | 238 typedef ULONG_PTR HCRYPTHASH; typedef
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 133692 pub type HCRYPTHASH = ULONG_PTR; typedef 134714 hBaseData: HCRYPTHASH, in CryptDeriveKey() 134741 hHash: HCRYPTHASH, in CryptSetHashParam() 134749 hHash: HCRYPTHASH, in CryptGetHashParam() 134802 hHash: HCRYPTHASH, in CryptEncrypt() 134813 hHash: HCRYPTHASH, in CryptDecrypt() 134826 phHash: *mut HCRYPTHASH, in CryptCreateHash() 134831 hHash: HCRYPTHASH, in CryptHashData() 134838 pub fn CryptHashSessionKey(hHash: HCRYPTHASH, hKey: HCRYPTKEY, dwFlags: DWORD) -> BOOL; in CryptHashSessionKey() 134845 hHash: HCRYPTHASH, in CryptSignHashA() [all …]
|