Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java153 public @interface IntegrityAlgorithm {} annotation in SaProposal
456 protected void addIntegrityAlgo(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgo()
515 public static boolean isSupportedIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in isSupportedIntegrityAlgorithm()
DChildSaProposal.java157 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm()
DIkeSaProposal.java145 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java43 @SaProposal.IntegrityAlgorithm int algorithmId, in IkeMacIntegrity()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java22 import static android.net.ipsec.ike.SaProposal.IntegrityAlgorithm;
1404 public IntegrityTransform(@IntegrityAlgorithm int id) { in IntegrityTransform()