Lines Matching refs:tlsKey
76 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
77 KeyAlgorithm algorithm = tlsKey.Algorithm();
93 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
94 EXPECT_EQ(tlsKey.keyIsNull_, false);
102 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
103 TLSKey tlsKeyCopy = TLSKey(tlsKey);
113 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
114 TLSKey key = tlsKey;
124 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
125 Handle handle = tlsKey.handle();
127 tlsKey.Clear(true);
153 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
154 SecureData getKeyPass = tlsKey.GetKeyPass();
163 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
164 SecureData getKeyData = tlsKey.GetKeyData();
240 TLSKey tlsKey = TLSKey(data, ALGORITHM_DSA, keyPass); variable
241 tlsKey.DecodeData(data, ALGORITHM_DSA, keyPass);
242 SecureData getKeyData = tlsKey.GetKeyData();