Searched refs:ikePrf (Results 1 – 6 of 6) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeAuthPskPayload.java | 73 IkeMacPrf ikePrf, in IkeAuthPskPayload() argument 78 psk, ikeInitBytes, nonce, idPayloadBodyBytes, ikePrf, prfKeyBytes); in IkeAuthPskPayload() 86 IkeMacPrf ikePrf, in calculatePskSignature() argument 88 byte[] signingKeyBytes = ikePrf.signBytes(psk, IKE_KEY_PAD_STRING_ASCII_HEX_BYTES); in calculatePskSignature() 90 getSignedOctets(ikeInitBytes, nonce, idPayloadBodyBytes, ikePrf, prfKeyBytes); in calculatePskSignature() 92 return ikePrf.signBytes(signingKeyBytes, dataToSignBytes); in calculatePskSignature() 117 IkeMacPrf ikePrf, in verifyInboundSignature() argument 122 psk, ikeInitBytes, nonce, idPayloadBodyBytes, ikePrf, prfKeyBytes); in verifyInboundSignature()
|
D | IkeAuthDigitalSignPayload.java | 195 IkeMacPrf ikePrf, in IkeAuthDigitalSignPayload() argument 200 getSignedOctets(ikeInitBytes, nonce, idPayloadBodyBytes, ikePrf, prfKeyBytes); in IkeAuthDigitalSignPayload() 303 IkeMacPrf ikePrf, in verifyInboundSignature() argument 307 getSignedOctets(ikeInitBytes, nonce, idPayloadBodyBytes, ikePrf, prfKeyBytes); in verifyInboundSignature()
|
D | IkeAuthPayload.java | 102 IkeMacPrf ikePrf, in getSignedOctets() argument 104 byte[] signedidPayloadBodyBytes = ikePrf.signBytes(prfKeyBytes, idPayloadBodyBytes); in getSignedOctets()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | SaRecord.java | 412 childSaRecordConfig.ikePrf.generateKeyMat( in makeChildSaRecord() 588 public final IkeMacPrf ikePrf; field in SaRecord.ChildSaRecordConfig 604 IkeMacPrf ikePrf, in ChildSaRecordConfig() argument 617 this.ikePrf = ikePrf; in ChildSaRecordConfig()
|
D | ChildSessionStateMachine.java | 385 IkeMacPrf ikePrf, in handleFirstChildExchange() argument 392 this.mIkePrf = ikePrf; in handleFirstChildExchange() 420 IkeMacPrf ikePrf, in createChildSession() argument 426 this.mIkePrf = ikePrf; in createChildSession()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachineTest.java | 466 assertEquals(mIkePrf, childSaRecordConfig.ikePrf); in verifyChildSaRecordConfig()
|