Home
last modified time | relevance | path

Searched defs:localPrivateKey (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeKePayload.java148 @Nullable public final PrivateKey localPrivateKey; field in IkeKePayload
189 private IkeKePayload(int dhGroup, byte[] keyExchangeData, PrivateKey localPrivateKey) { in IkeKePayload()
244 PrivateKey localPrivateKey = (DHPrivateKey) keyPair.getPrivate(); in createOutboundModpKePayload() local
/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairGattServer.java378 AccountKey calculateAntiSpoofing(byte[] localPrivateKey, byte[] remotePublicKey) { in calculateAntiSpoofing()