3 references to Cryptography_OverlappingBuffers
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
129
throw new CryptographicException(SR.
Cryptography_OverlappingBuffers
);
System\Security\Cryptography\Aes.cs (2)
145
throw new CryptographicException(SR.
Cryptography_OverlappingBuffers
);
275
throw new CryptographicException(SR.
Cryptography_OverlappingBuffers
);