2 references to ImportSecretKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
1075
return MLDsaImplementation.
ImportSecretKey
(algorithm, source);
src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.cs (1)
49
return
ImportSecretKey
(alg, new ReadOnlySpan<byte>(rented, 0, written));