Home
last modified time | relevance | path

Searched defs:init_cookie (Results 1 – 14 of 14) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dauth.erl271 init_cookie() -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dauth.erl275 init_cookie() -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dauth.erl271 init_cookie() -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dauth.erl275 init_cookie() -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dauth.erl275 init_cookie() -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dauth.erl275 init_cookie() -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dauth.erl275 init_cookie() -> function
/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec_IkePacket.c849 IKE_PACKET_PAYLOAD *IkeNewNoticeErrorInvalidCookiePayload(UINT64 init_cookie, UINT64 resp_cookie) in IkeNewNoticeErrorInvalidCookiePayload()
866 IKE_PACKET_PAYLOAD *IkeNewNoticeErrorInvalidExchangeTypePayload(UINT64 init_cookie, UINT64 resp_coo… in IkeNewNoticeErrorInvalidExchangeTypePayload()
895 IKE_PACKET_PAYLOAD *IkeNewNoticeErrorNoProposalChosenPayload(bool quick_mode, UINT64 init_cookie, U… in IkeNewNoticeErrorNoProposalChosenPayload()
913 IKE_PACKET_PAYLOAD *IkeNewNoticeDpdPayload(bool ack, UINT64 init_cookie, UINT64 resp_cookie, UINT s… in IkeNewNoticeDpdPayload()
2514 IKE_PACKET *IkeNew(UINT64 init_cookie, UINT64 resp_cookie, UCHAR exchange_type, in IkeNew()
H A DIPsec_IKE.c601 UINT64 init_cookie = Rand64(); in ProcIPsecEspPacketRecv() local
1352 void SendDeleteIkeSaPacket(IKE_SERVER *ike, IKE_CLIENT *c, UINT64 init_cookie, UINT64 resp_cookie) in SendDeleteIkeSaPacket()
1376 …ike, IKE_CLIENT *c, IKE_PACKET_PAYLOAD *payload, bool force_plain, UINT64 init_cookie, UINT64 resp… in SendInformationalExchangePacketEx()
1585 UINT64 init_cookie = READ_UINT64(((UCHAR *)n->Spi->Buf)); in ProcIkeInformationalExchangePacketRecv() local
2689 IKE_SA *SearchIkeSaByCookie(IKE_SERVER *ike, UINT64 init_cookie, UINT64 resp_cookie) in SearchIkeSaByCookie()
4208 IKE_SA *NewIkeSa(IKE_SERVER *ike, IKE_CLIENT *c, UINT64 init_cookie, UINT mode, IKE_SA_TRANSFORM_SE… in NewIkeSa()
4284 …e, IP *client_ip, UINT client_port, IP *server_ip, UINT server_port, UINT64 init_cookie, UINT mode) in FindIkeSaByEndPointAndInitiatorCookie()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec_IkePacket.c849 IKE_PACKET_PAYLOAD *IkeNewNoticeErrorInvalidCookiePayload(UINT64 init_cookie, UINT64 resp_cookie) in IkeNewNoticeErrorInvalidCookiePayload()
866 IKE_PACKET_PAYLOAD *IkeNewNoticeErrorInvalidExchangeTypePayload(UINT64 init_cookie, UINT64 resp_coo… in IkeNewNoticeErrorInvalidExchangeTypePayload()
895 IKE_PACKET_PAYLOAD *IkeNewNoticeErrorNoProposalChosenPayload(bool quick_mode, UINT64 init_cookie, U… in IkeNewNoticeErrorNoProposalChosenPayload()
913 IKE_PACKET_PAYLOAD *IkeNewNoticeDpdPayload(bool ack, UINT64 init_cookie, UINT64 resp_cookie, UINT s… in IkeNewNoticeDpdPayload()
2514 IKE_PACKET *IkeNew(UINT64 init_cookie, UINT64 resp_cookie, UCHAR exchange_type, in IkeNew()
H A DIPsec_IKE.c552 UINT64 init_cookie = Rand64(); in ProcIPsecEspPacketRecv() local
1303 void SendDeleteIkeSaPacket(IKE_SERVER *ike, IKE_CLIENT *c, UINT64 init_cookie, UINT64 resp_cookie) in SendDeleteIkeSaPacket()
1327 …ike, IKE_CLIENT *c, IKE_PACKET_PAYLOAD *payload, bool force_plain, UINT64 init_cookie, UINT64 resp… in SendInformationalExchangePacketEx()
1521 UINT64 init_cookie = READ_UINT64(((UCHAR *)n->Spi->Buf)); in ProcIkeInformationalExchangePacketRecv() local
2625 IKE_SA *SearchIkeSaByCookie(IKE_SERVER *ike, UINT64 init_cookie, UINT64 resp_cookie) in SearchIkeSaByCookie()
4144 IKE_SA *NewIkeSa(IKE_SERVER *ike, IKE_CLIENT *c, UINT64 init_cookie, UINT mode, IKE_SA_TRANSFORM_SE… in NewIkeSa()
4220 …e, IP *client_ip, UINT client_port, IP *server_ip, UINT server_port, UINT64 init_cookie, UINT mode) in FindIkeSaByEndPointAndInitiatorCookie()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_IkePacket.c676 IKE_PACKET_PAYLOAD *IkeNewNoticeErrorInvalidCookiePayload(UINT64 init_cookie, UINT64 resp_cookie) in IkeNewNoticeErrorInvalidCookiePayload()
705 IKE_PACKET_PAYLOAD *IkeNewNoticeErrorNoProposalChosenPayload(bool quick_mode, UINT64 init_cookie, U… in IkeNewNoticeErrorNoProposalChosenPayload()
723 IKE_PACKET_PAYLOAD *IkeNewNoticeDpdPayload(bool ack, UINT64 init_cookie, UINT64 resp_cookie, UINT s… in IkeNewNoticeDpdPayload()
2287 IKE_PACKET *IkeNew(UINT64 init_cookie, UINT64 resp_cookie, UCHAR exchange_type, in IkeNew()
H A DProto_IKE.c470 UINT64 init_cookie = Rand64(); in ProcIPsecEspPacketRecv() local
1221 void SendDeleteIkeSaPacket(IKE_SERVER *ike, IKE_CLIENT *c, UINT64 init_cookie, UINT64 resp_cookie) in SendDeleteIkeSaPacket()
1245 …ike, IKE_CLIENT *c, IKE_PACKET_PAYLOAD *payload, bool force_plain, UINT64 init_cookie, UINT64 resp… in SendInformationalExchangePacketEx()
1439 UINT64 init_cookie = READ_UINT64(((UCHAR *)n->Spi->Buf)); in ProcIkeInformationalExchangePacketRecv() local
2542 IKE_SA *SearchIkeSaByCookie(IKE_SERVER *ike, UINT64 init_cookie, UINT64 resp_cookie) in SearchIkeSaByCookie()
4061 IKE_SA *NewIkeSa(IKE_SERVER *ike, IKE_CLIENT *c, UINT64 init_cookie, UINT mode, IKE_SA_TRANSFORM_SE… in NewIkeSa()
4137 …e, IP *client_ip, UINT client_port, IP *server_ip, UINT server_port, UINT64 init_cookie, UINT mode) in FindIkeSaByEndPointAndInitiatorCookie()
/dports/lang/v/v-0.1.29/thirdparty/sokol/util/
H A Dsokol_gl.h1160 uint32_t init_cookie; member