6 references to Cryptography_OverlappingBuffers
System.Security.Cryptography (6)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLKem.cs (1)
186throw new CryptographicException(SR.Cryptography_OverlappingBuffers);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
127throw new CryptographicException(SR.Cryptography_OverlappingBuffers);
System\Security\Cryptography\Aes.cs (4)
143throw new CryptographicException(SR.Cryptography_OverlappingBuffers); 268throw new CryptographicException(SR.Cryptography_OverlappingBuffers); 473throw new CryptographicException(SR.Cryptography_OverlappingBuffers); 603throw new CryptographicException(SR.Cryptography_OverlappingBuffers);