4 references to _KeySizeInBytes
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs (4)
49
private const int _MinimumCipherTextLengthInBytesWithAuthenticationTag = _MinimumCipherTextLengthInBytesNoAuthenticationTag +
_KeySizeInBytes
;
168
int authenticationTagLen = hasAuthenticationTag ?
_KeySizeInBytes
: 0;
288
startIndex +=
_KeySizeInBytes
; // authentication tag size is _KeySizeInBytes
381
byte[] authenticationTag = new byte[
_KeySizeInBytes
];