Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeAuthPskPayload.java70 byte[] ikeInitBytes, in IkeAuthPskPayload() argument
78 psk, ikeInitBytes, nonce, idPayloadBodyBytes, ikePrf, prfKeyBytes); in IkeAuthPskPayload()
83 byte[] ikeInitBytes, in calculatePskSignature() argument
90 getSignedOctets(ikeInitBytes, nonce, idPayloadBodyBytes, ikePrf, prfKeyBytes); in calculatePskSignature()
114 byte[] ikeInitBytes, in verifyInboundSignature() argument
122 psk, ikeInitBytes, nonce, idPayloadBodyBytes, ikePrf, prfKeyBytes); in verifyInboundSignature()
H A DIkeAuthPayload.java99 byte[] ikeInitBytes, in getSignedOctets() argument
108 ikeInitBytes.length + nonce.length + signedidPayloadBodyBytes.length); in getSignedOctets()
109 buffer.put(ikeInitBytes).put(nonce).put(signedidPayloadBodyBytes); in getSignedOctets()
H A DIkeAuthDigitalSignPayload.java187 byte[] ikeInitBytes, in IkeAuthDigitalSignPayload() argument
194 getSignedOctets(ikeInitBytes, nonce, idPayloadBodyBytes, ikePrf, prfKeyBytes); in IkeAuthDigitalSignPayload()
263 byte[] ikeInitBytes, in verifyInboundSignature() argument
270 getSignedOctets(ikeInitBytes, nonce, idPayloadBodyBytes, ikePrf, prfKeyBytes); in verifyInboundSignature()