1 write to m_encryptindex
mscorlib (1)
system\security\cryptography\rijndaelmanagedtransform.cs (1)
93
m_encryptindex
= new int[m_Nb * 3];
5 references to m_encryptindex
mscorlib (5)
system\security\cryptography\rijndaelmanagedtransform.cs (5)
94
Array.Copy(encryptindex1, 0,
m_encryptindex
, 0, m_Nb);
95
Array.Copy(encryptindex2, 0,
m_encryptindex
, m_Nb, m_Nb);
96
Array.Copy(encryptindex3, 0,
m_encryptindex
, m_Nb * 2, m_Nb);
465
fixed (int* encryptindex =
m_encryptindex
) {
604
fixed (int* encryptindex =
m_encryptindex
) {