3 references to ImportSeed
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (1)
210
MLDsaImplementation mldsa = MLDsaImplementation.
ImportSeed
(metadata.MLDsaAlgorithm, mldsaKey);
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
1907
return MLDsaImplementation.
ImportSeed
(algorithm, source);
src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.cs (1)
39
return
ImportSeed
(alg, seedSpan);