4 references to OutputSizeBytes
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\CmsHash.cs (4)
73
internal override byte[] GetHashAndReset() => _shake128.GetHashAndReset(
OutputSizeBytes
);
77
if (destination.Length <
OutputSizeBytes
)
83
_shake128.GetHashAndReset(destination.Slice(0,
OutputSizeBytes
));
84
bytesWritten =
OutputSizeBytes
;