2 instantiations of BCRYPT_KEY_LENGTHS_STRUCT
Microsoft.AspNetCore.Cryptography.Internal.Tests (2)
Cng\BCRYPT_KEY_LENGTHS_STRUCT_Tests.cs (2)
20var keyLengthsStruct = new BCRYPT_KEY_LENGTHS_STRUCT 43var keyLengthsStruct = new BCRYPT_KEY_LENGTHS_STRUCT
7 references to BCRYPT_KEY_LENGTHS_STRUCT
Microsoft.AspNetCore.Cryptography.Internal (4)
SafeHandles\BCryptAlgorithmHandle.cs (4)
111public BCRYPT_KEY_LENGTHS_STRUCT GetSupportedKeyLengths() 113BCRYPT_KEY_LENGTHS_STRUCT supportedKeyLengths; 114uint numBytesCopied = GetProperty(Constants.BCRYPT_KEY_LENGTHS, &supportedKeyLengths, (uint)sizeof(BCRYPT_KEY_LENGTHS_STRUCT)); 115CryptoUtil.Assert(numBytesCopied == sizeof(BCRYPT_KEY_LENGTHS_STRUCT), "numBytesCopied == sizeof(BCRYPT_KEY_LENGTHS_STRUCT)");
Microsoft.AspNetCore.Cryptography.Internal.Tests (3)
Cng\BCRYPT_KEY_LENGTHS_STRUCT_Tests.cs (2)
20var keyLengthsStruct = new BCRYPT_KEY_LENGTHS_STRUCT 43var keyLengthsStruct = new BCRYPT_KEY_LENGTHS_STRUCT
Cng\CachedAlgorithmHandlesTests.cs (1)
118var supportedKeyLengths = algorithmHandle.GetSupportedKeyLengths();