Home
last modified time | relevance | path

Searched defs:BCRYPT_ECCFULLKEY_BLOB (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/BCrypt/
H A DInterop.Blobs.cs217 internal struct BCRYPT_ECCFULLKEY_BLOB struct in Interop.BCrypt
219 internal KeyBlobMagicNumber Magic;
220 internal int Version; //Version of the structure
221 internal ECC_CURVE_TYPE_ENUM CurveType; //Supported curve types.
222 …Id; //For X.592 verification purposes, if we include Seed we will need to include the algorithm ID.
223 internal int cbFieldLength; //Byte length of the fields P, A, B, X, Y.
224 internal int cbSubgroupOrder; //Byte length of the subgroup.
225 internal int cbCofactor; //Byte length of cofactor of G in E.
226 … internal int cbSeed; //Byte length of the seed used to generate the curve.
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Security/Cryptography/
H A DECCng.ImportExport.cs11 using BCRYPT_ECCFULLKEY_BLOB = Interop.BCrypt.BCRYPT_ECCFULLKEY_BLOB; 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.rs1067 pub struct BCRYPT_ECCFULLKEY_BLOB { struct
1077 impl ::core::marker::Copy for BCRYPT_ECCFULLKEY_BLOB {} argument
1078 impl ::core::clone::Clone for BCRYPT_ECCFULLKEY_BLOB { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Cryptography/
H A Dmod.rs618 pub struct BCRYPT_ECCFULLKEY_BLOB { struct
628 impl BCRYPT_ECCFULLKEY_BLOB {} argument
629 impl ::std::default::Default for BCRYPT_ECCFULLKEY_BLOB { implementation
634 impl ::std::fmt::Debug for BCRYPT_ECCFULLKEY_BLOB { implementation
648 impl ::std::cmp::PartialEq for BCRYPT_ECCFULLKEY_BLOB { implementation
653 impl ::std::cmp::Eq for BCRYPT_ECCFULLKEY_BLOB {} implementation
654 unsafe impl ::windows::runtime::Abi for BCRYPT_ECCFULLKEY_BLOB { implementation