Home
last modified time | relevance | path

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

/dports/www/aria2/aria2-1.36.0/src/
H A DMSEHandshake.h133 void initEncryptionFacility(bool initiator);
H A DReceiverMSEHandshakeCommand.cc94 mseHandshake_->initEncryptionFacility(false); in executeInternal()
H A DInitiatorMSEHandshakeCommand.cc101 mseHandshake_->initEncryptionFacility(true); in executeInternal()
H A DMSEHandshake.cc114 void MSEHandshake::initEncryptionFacility(bool initiator) in initEncryptionFacility() function in aria2::MSEHandshake
/dports/www/aria2/aria2-1.36.0/test/
H A DMSEHandshakeTest.cc137 h->initEncryptionFacility(initiator); in createMSEHandshake()