Lines Matching defs:tlsKeyDh
136 TLSKey tlsKeyDh = TLSKey(structureData, ALGORITHM_DH, keyPass);
137 Handle handleDh = tlsKeyDh.handle();
139 tlsKeyDh.Clear(true);
177 TLSKey tlsKeyDh = TLSKey(structureData, ALGORITHM_DH, keyPass);
178 TLSKey keyDh = tlsKeyDh;
205 TLSKey tlsKeyDh = TLSKey(structureData, ALGORITHM_DH, keyPass);
206 tlsKeyDh.SwitchAlgorithm(typePrivate, ALGORITHM_DH, bio);
207 tlsKeyDh.SwitchAlgorithm(typePublic, ALGORITHM_DH, bio);
223 TLSKey tlsKeyDh = TLSKey(structureData, ALGORITHM_DH, keyPass);
224 tlsKeyDh.dh_ = DH_new();
225 tlsKeyDh.Clear(true);