Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java371 IkeNotifyPayload cookie2Notify, int minLen, int maxLen) throws InvalidSyntaxException { in handleCookieAndGenerateCopy() argument
372 byte[] notifyData = cookie2Notify.notifyData; in handleCookieAndGenerateCopy()
375 cookie2Notify.notifyType == NOTIFY_TYPE_COOKIE2 ? "COOKIE2" : "COOKIE"; in handleCookieAndGenerateCopy()
383 return new IkeNotifyPayload(cookie2Notify.notifyType, notifyData); in handleCookieAndGenerateCopy()
393 public static IkeNotifyPayload handleCookie2AndGenerateCopy(IkeNotifyPayload cookie2Notify) in handleCookie2AndGenerateCopy() argument
396 cookie2Notify, COOKIE2_DATA_LEN_MIN, COOKIE2_DATA_LEN_MAX); in handleCookie2AndGenerateCopy()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java1333 IkeNotifyPayload cookie2Notify = new IkeNotifyPayload(NOTIFY_TYPE_COOKIE2, COOKIE2_DATA); in makeRoutabilityCheckIkeRequest() local
1338 Arrays.asList(cookie2Notify)); in makeRoutabilityCheckIkeRequest()