Home
last modified time | relevance | path

Searched refs:tlsKeyDh (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsKeyTest.cpp136 TLSKey tlsKeyDh = TLSKey(structureData, ALGORITHM_DH, keyPass); variable
137 Handle handleDh = tlsKeyDh.handle();
139 tlsKeyDh.Clear(true);
177 TLSKey tlsKeyDh = TLSKey(structureData, ALGORITHM_DH, keyPass); variable
178 TLSKey keyDh = tlsKeyDh;
205 TLSKey tlsKeyDh = TLSKey(structureData, ALGORITHM_DH, keyPass); variable
206 tlsKeyDh.SwitchAlgorithm(typePrivate, ALGORITHM_DH, bio);
207 tlsKeyDh.SwitchAlgorithm(typePublic, ALGORITHM_DH, bio);
223 TLSKey tlsKeyDh = TLSKey(structureData, ALGORITHM_DH, keyPass); variable
224 tlsKeyDh.dh_ = DH_new();
[all …]