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.java361 IkeNotifyPayload cookie2Notify, int minLen, int maxLen) throws InvalidSyntaxException { in handleCookieAndGenerateCopy() argument
362 byte[] notifyData = cookie2Notify.notifyData; in handleCookieAndGenerateCopy()
365 cookie2Notify.notifyType == NOTIFY_TYPE_COOKIE2 ? "COOKIE2" : "COOKIE"; in handleCookieAndGenerateCopy()
373 return new IkeNotifyPayload(cookie2Notify.notifyType, notifyData); in handleCookieAndGenerateCopy()
383 public static IkeNotifyPayload handleCookie2AndGenerateCopy(IkeNotifyPayload cookie2Notify) in handleCookie2AndGenerateCopy() argument
386 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.java1217 IkeNotifyPayload cookie2Notify = new IkeNotifyPayload(NOTIFY_TYPE_COOKIE2, COOKIE2_DATA); in makeRoutabilityCheckIkeRequest() local
1222 Arrays.asList(cookie2Notify)); in makeRoutabilityCheckIkeRequest()