3 instantiations of CompositeMLDsaManaged
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (3)
132
return new
CompositeMLDsaManaged
(algorithm, mldsaKey, tradKey);
182
return new
CompositeMLDsaManaged
(algorithm, mldsa, componentAlgorithm);
224
return new
CompositeMLDsaManaged
(algorithm, mldsa, componentAlgorithm);
5 references to CompositeMLDsaManaged
System.Security.Cryptography (5)
System\Security\Cryptography\CompositeMLDsaImplementation.OpenSsl.cs (5)
14
internal static partial bool SupportsAny() =>
CompositeMLDsaManaged
.SupportsAny();
17
CompositeMLDsaManaged
.IsAlgorithmSupportedImpl(algorithm);
20
CompositeMLDsaManaged
.GenerateKeyImpl(algorithm);
23
CompositeMLDsaManaged
.ImportCompositeMLDsaPublicKeyImpl(algorithm, source);
26
CompositeMLDsaManaged
.ImportCompositeMLDsaPrivateKeyImpl(algorithm, source);