Home
last modified time | relevance | path

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

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_IkePacket.h516 #define MAX_IKE_ENGINE_ELEMENTS 64 macro
521 …IKE_CRYPTO *IkeCryptos[MAX_IKE_ENGINE_ELEMENTS]; // Encryption algorithm list that is used in the …
522 IKE_HASH *IkeHashes[MAX_IKE_ENGINE_ELEMENTS]; // Hash algorithm list that is used in the IKE
523 IKE_DH *IkeDhs[MAX_IKE_ENGINE_ELEMENTS]; // DH algorithm list that is used in the IKE
525 IKE_CRYPTO *EspCryptos[MAX_IKE_ENGINE_ELEMENTS]; // Encryption algorithm list that is used by ESP
526 IKE_HASH *EspHashes[MAX_IKE_ENGINE_ELEMENTS]; // Hash algorithm list that is used by ESP
527 IKE_DH *EspDhs[MAX_IKE_ENGINE_ELEMENTS]; // DH algorithm list that is used by ESP
H A DProto_IkePacket.c2547 if (e == NULL || i == 0 || i >= MAX_IKE_ENGINE_ELEMENTS) in GetIkeCrypto()
2566 if (e == NULL || i == 0 || i >= MAX_IKE_ENGINE_ELEMENTS) in GetIkeHash()
2585 if (e == NULL || i == 0 || i >= MAX_IKE_ENGINE_ELEMENTS) in GetIkeDh()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec_IkePacket.h608 #define MAX_IKE_ENGINE_ELEMENTS 64 macro
613 …IKE_CRYPTO *IkeCryptos[MAX_IKE_ENGINE_ELEMENTS]; // Encryption algorithm list that is used in the …
614 IKE_HASH *IkeHashes[MAX_IKE_ENGINE_ELEMENTS]; // Hash algorithm list that is used in the IKE
615 IKE_DH *IkeDhs[MAX_IKE_ENGINE_ELEMENTS]; // DH algorithm list that is used in the IKE
617 IKE_CRYPTO *EspCryptos[MAX_IKE_ENGINE_ELEMENTS]; // Encryption algorithm list that is used by ESP
618 IKE_HASH *EspHashes[MAX_IKE_ENGINE_ELEMENTS]; // Hash algorithm list that is used by ESP
619 IKE_DH *EspDhs[MAX_IKE_ENGINE_ELEMENTS]; // DH algorithm list that is used by ESP
H A DIPsec_IkePacket.c2789 if (e == NULL || i == 0 || i >= MAX_IKE_ENGINE_ELEMENTS) in GetIkeCrypto()
2808 if (e == NULL || i == 0 || i >= MAX_IKE_ENGINE_ELEMENTS) in GetIkeHash()
2827 if (e == NULL || i == 0 || i >= MAX_IKE_ENGINE_ELEMENTS) in GetIkeDh()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec_IkePacket.h608 #define MAX_IKE_ENGINE_ELEMENTS 64 macro
613 …IKE_CRYPTO *IkeCryptos[MAX_IKE_ENGINE_ELEMENTS]; // Encryption algorithm list that is used in the …
614 IKE_HASH *IkeHashes[MAX_IKE_ENGINE_ELEMENTS]; // Hash algorithm list that is used in the IKE
615 IKE_DH *IkeDhs[MAX_IKE_ENGINE_ELEMENTS]; // DH algorithm list that is used in the IKE
617 IKE_CRYPTO *EspCryptos[MAX_IKE_ENGINE_ELEMENTS]; // Encryption algorithm list that is used by ESP
618 IKE_HASH *EspHashes[MAX_IKE_ENGINE_ELEMENTS]; // Hash algorithm list that is used by ESP
619 IKE_DH *EspDhs[MAX_IKE_ENGINE_ELEMENTS]; // DH algorithm list that is used by ESP
H A DIPsec_IkePacket.c2789 if (e == NULL || i == 0 || i >= MAX_IKE_ENGINE_ELEMENTS) in GetIkeCrypto()
2808 if (e == NULL || i == 0 || i >= MAX_IKE_ENGINE_ELEMENTS) in GetIkeHash()
2827 if (e == NULL || i == 0 || i >= MAX_IKE_ENGINE_ELEMENTS) in GetIkeDh()