Searched refs:encryptionAlgo (Results 1 – 2 of 2) sorted by relevance
| /packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
| D | SaRecord.java | 405 int encryptionKeyLength = childSaRecordConfig.encryptionAlgo.getKeyLength(); in makeChildSaRecord() 439 childSaRecordConfig.encryptionAlgo, in makeChildSaRecord() 450 childSaRecordConfig.encryptionAlgo, in makeChildSaRecord() 502 IkeCipher encryptionAlgo, in makeIpSecTransform() argument 509 if (encryptionAlgo.isAead()) { in makeIpSecTransform() 511 encryptionAlgo.buildIpSecAlgorithmWithKey(encryptionKey)); in makeIpSecTransform() 513 builder.setEncryption(encryptionAlgo.buildIpSecAlgorithmWithKey(encryptionKey)); in makeIpSecTransform() 590 public final IkeCipher encryptionAlgo; field in SaRecord.ChildSaRecordConfig 606 IkeCipher encryptionAlgo, in ChildSaRecordConfig() argument 619 this.encryptionAlgo = encryptionAlgo; in ChildSaRecordConfig() [all …]
|
| /packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
| D | EpdgTunnelManager.java | 1081 for (int encryptionAlgo : encryptionAlgos) { in buildIkeSaProposal() 1082 validateConfig(encryptionAlgo, VALID_ENCRYPTION_ALGOS, CONFIG_TYPE_ENCRYPT_ALGO); in buildIkeSaProposal() 1084 if (encryptionAlgo == SaProposal.ENCRYPTION_ALGORITHM_AES_CBC) { in buildIkeSaProposal() 1091 saProposalBuilder.addEncryptionAlgorithm(encryptionAlgo, aesCbcKeyLen); in buildIkeSaProposal() 1096 if (encryptionAlgo == SaProposal.ENCRYPTION_ALGORITHM_AES_CTR) { in buildIkeSaProposal() 1103 saProposalBuilder.addEncryptionAlgorithm(encryptionAlgo, aesCtrKeyLen); in buildIkeSaProposal() 1156 for (int encryptionAlgo : encryptionAlgos) { in buildChildSaProposal() 1157 if (validateConfig(encryptionAlgo, VALID_ENCRYPTION_ALGOS, CONFIG_TYPE_ENCRYPT_ALGO)) { in buildChildSaProposal() 1158 if (ChildSaProposal.getSupportedEncryptionAlgorithms().contains(encryptionAlgo)) { in buildChildSaProposal() 1159 if (encryptionAlgo == SaProposal.ENCRYPTION_ALGORITHM_AES_CBC) { in buildChildSaProposal() [all …]
|