Home
last modified time | relevance | path

Searched refs:handleCookieAndGenerateCopy (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeNotifyPayload.java360 private static IkeNotifyPayload handleCookieAndGenerateCopy( in handleCookieAndGenerateCopy() method in IkeNotifyPayload
377 public static IkeNotifyPayload handleCookieAndGenerateCopy(IkeNotifyPayload cookieNotify) in handleCookieAndGenerateCopy() method in IkeNotifyPayload
379 return handleCookieAndGenerateCopy(cookieNotify, COOKIE_DATA_LEN_MIN, COOKIE_DATA_LEN_MAX); in handleCookieAndGenerateCopy()
385 return handleCookieAndGenerateCopy( in handleCookie2AndGenerateCopy()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeNotifyPayloadTest.java146 : IkeNotifyPayload.handleCookieAndGenerateCopy(inboundCookieNotify); in verifyHandleCookieAndGenerateCopy()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java3084 IkeNotifyPayload.handleCookieAndGenerateCopy(inCookiePayload); in handleResponseIkeMessage()