Lines Matching refs:tlsKeyDh
136 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();
225 tlsKeyDh.Clear(true);