For HMAC avoid using the hash names to create instances (since it bring CryptoConfig...
commit4526c6c27bf82451519c5a2a11c2ee66cf1ecae4
authorSebastien Pouliot <sebastien@xamarin.com>
Wed, 15 May 2013 20:36:54 +0000 (15 16:36 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Wed, 15 May 2013 20:37:27 +0000 (15 16:37 -0400)
tree68b251bedf08f8e2c3c63f3135aa5846d56ea847
parent473fbfd3e1809872b7784d22c9cbc3730585c657
For HMAC avoid using the hash names to create instances (since it bring CryptoConfig) when under FULL_AOT_RUNTIME. Also simplify the 'legacy' support for 384/512
mcs/class/corlib/System.Security.Cryptography/HMAC.cs
mcs/class/corlib/System.Security.Cryptography/HMACMD5.cs
mcs/class/corlib/System.Security.Cryptography/HMACRIPEMD160.cs
mcs/class/corlib/System.Security.Cryptography/HMACSHA1.cs
mcs/class/corlib/System.Security.Cryptography/HMACSHA256.cs
mcs/class/corlib/System.Security.Cryptography/HMACSHA384.cs
mcs/class/corlib/System.Security.Cryptography/HMACSHA512.cs