Home
last modified time | relevance | path

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

/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DECIESX25519AEADRatchetSession.h35 const int ECIESX25519_MIN_NUM_GENERATED_TAGS = 24; variable
H A DECIESX25519AEADRatchetSession.cpp577 GetOwner ()->GetNumRatchetInboundTags () : ECIESX25519_MIN_NUM_GENERATED_TAGS); in NewSessionReplyMessage()
669 GetOwner ()->GetNumRatchetInboundTags () : ECIESX25519_MIN_NUM_GENERATED_TAGS); in HandleNewOutgoingSessionReply()
749 moreTags = ECIESX25519_MIN_NUM_GENERATED_TAGS + (index >> 2); // N/4 in HandleExistingSessionMessage()