7 references to CompositeMLDsaImplementation
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (7)
60
public static bool IsSupported { get; } =
CompositeMLDsaImplementation
.SupportsAny();
99
return
CompositeMLDsaImplementation
.IsAlgorithmSupportedImpl(algorithm);
385
return
CompositeMLDsaImplementation
.GenerateKeyImpl(algorithm);
682
dsa =
CompositeMLDsaImplementation
.ImportCompositeMLDsaPublicKeyImpl(algorithm, key.Span);
881
dsa =
CompositeMLDsaImplementation
.ImportCompositeMLDsaPrivateKeyImpl(algorithm, key);
932
return
CompositeMLDsaImplementation
.ImportCompositeMLDsaPublicKeyImpl(algorithm, source);
982
return
CompositeMLDsaImplementation
.ImportCompositeMLDsaPrivateKeyImpl(algorithm, source);