Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java370 private static IkeNotifyPayload handleCookieAndGenerateCopy( in handleCookieAndGenerateCopy() method in IkeNotifyPayload
387 public static IkeNotifyPayload handleCookieAndGenerateCopy(IkeNotifyPayload cookieNotify) in handleCookieAndGenerateCopy() method in IkeNotifyPayload
389 return handleCookieAndGenerateCopy(cookieNotify, COOKIE_DATA_LEN_MIN, COOKIE_DATA_LEN_MAX); in handleCookieAndGenerateCopy()
395 return handleCookieAndGenerateCopy( in handleCookie2AndGenerateCopy()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayloadTest.java146 : IkeNotifyPayload.handleCookieAndGenerateCopy(inboundCookieNotify); in verifyHandleCookieAndGenerateCopy()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3354 IkeNotifyPayload.handleCookieAndGenerateCopy(inCookiePayload); in handleResponseIkeMessage()