Home
last modified time | relevance | path

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

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