1 write to _impl
mscorlib (1)
system\security\cryptography\sha512managed.cs (1)
39
_impl
= SHA512.Create();
9 references to _impl
mscorlib (9)
system\security\cryptography\sha512managed.cs (9)
54
if (
_impl
!= null) {
55
_impl
.Initialize();
67
if (
_impl
!= null) {
68
_impl
.TransformBlock(rgb, ibStart, cbSize, null, 0);
76
if (
_impl
!= null) {
77
_impl
.TransformFinalBlock(Array.Empty<byte>(), 0, 0);
78
return
_impl
.Hash;
86
if (
_impl
!= null) {
87
_impl
.Dispose();