Home
last modified time | relevance | path

Searched defs:BCryptBuffer (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/BCrypt/
H A DInterop.Blobs.cs242 internal struct BCryptBuffer struct in Interop.BCrypt
244 internal int cbBuffer; // Length of buffer, in bytes
245 internal NCryptBufferDescriptors BufferType; // Buffer type
246 internal IntPtr pvBuffer; // Pointer to buffer
/dports/security/beid/eid-mw-5.0.8/cardcomm/minidriver/src/inc/
H A Dbcrypt.h237 } BCryptBuffer, * PBCryptBuffer; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbcrypt.h228 } BCryptBuffer,*PBCryptBuffer; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbcrypt.h228 } BCryptBuffer,*PBCryptBuffer; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Security/Cryptography/
H A Dmod.rs1391 pub struct BCryptBuffer { struct
1396 impl ::core::marker::Copy for BCryptBuffer {} argument
1397 impl ::core::clone::Clone for BCryptBuffer { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Cryptography/
H A Dmod.rs1548 pub struct BCryptBuffer { struct
1553 impl BCryptBuffer {} argument
1554 impl ::std::default::Default for BCryptBuffer { implementation
1559 impl ::std::fmt::Debug for BCryptBuffer { implementation
1564 impl ::std::cmp::PartialEq for BCryptBuffer { implementation
1569 impl ::std::cmp::Eq for BCryptBuffer {} implementation
1570 unsafe impl ::windows::runtime::Abi for BCryptBuffer { implementation