1 write to _impl
mscorlib (1)
system\security\cryptography\sha1managed.cs (1)
48
_impl
= new SHA1CryptoServiceProvider();
9 references to _impl
mscorlib (9)
system\security\cryptography\sha1managed.cs (9)
63
if (
_impl
!= null) {
64
_impl
.Initialize();
75
if (
_impl
!= null) {
76
_impl
.TransformBlock(rgb, ibStart, cbSize, null, 0);
83
if (
_impl
!= null) {
84
_impl
.TransformFinalBlock(Array.Empty<byte>(), 0, 0);
85
return
_impl
.Hash;
93
if (
_impl
!= null) {
94
_impl
.Dispose();