1 write to _impl
mscorlib (1)
system\security\cryptography\sha384managed.cs (1)
47
_impl
= SHA384.Create();
9 references to _impl
mscorlib (9)
system\security\cryptography\sha384managed.cs (9)
62
if (
_impl
!= null) {
63
_impl
.Initialize();
75
if (
_impl
!= null) {
76
_impl
.TransformBlock(rgb, ibStart, cbSize, null, 0);
84
if (
_impl
!= null) {
85
_impl
.TransformFinalBlock(Array.Empty<byte>(), 0, 0);
86
return
_impl
.Hash;
94
if (
_impl
!= null) {
95
_impl
.Dispose();