Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DRunningProfileSessionInfo.java52 public final Optional<byte[]> sharedPrimarySessionKeyInfo; field in RunningProfileSessionInfo
63 Optional<byte[]> sharedPrimarySessionKeyInfo, in RunningProfileSessionInfo() argument
70 this.sharedPrimarySessionKeyInfo = sharedPrimarySessionKeyInfo; in RunningProfileSessionInfo()
110 @NonNull byte[] sharedPrimarySessionKeyInfo) { in setSharedPrimarySessionIdAndSessionKeyInfo() argument
112 this.mSharedPrimarySessionKeyInfo = Optional.of(sharedPrimarySessionKeyInfo); in setSharedPrimarySessionIdAndSessionKeyInfo()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DControllerResponderSession.java122 mRunningProfileSessionInfo.sharedPrimarySessionKeyInfo, in generateAndPutSessionDataToApplet()
DControllerInitiatorSession.java118 mRunningProfileSessionInfo.sharedPrimarySessionKeyInfo, in handleTunnelGetControleeInfoResponse()