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