Home
last modified time | relevance | path

Searched refs:IntegrityAlgorithm (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java66 @SaProposal.IntegrityAlgorithm int algorithmId, in IkeMacIntegrity()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java175 public @interface IntegrityAlgorithm {} annotation in SaProposal
562 @IntegrityAlgorithm int algorithm, boolean isChild) { in validateAndAddIntegrityAlgo()
DIkeSaProposal.java264 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm()
DChildSaProposal.java320 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java22 import static android.net.ipsec.ike.SaProposal.IntegrityAlgorithm;
1495 public IntegrityTransform(@IntegrityAlgorithm int id) { in IntegrityTransform()