Searched refs:PSEUDORANDOM_FUNCTION_AES128_XCBC (Results 1 – 8 of 8) sorted by relevance
26 import static android.net.ipsec.ike.SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC;65 mPrfAes128XCbcTransform = new PrfTransform(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC); in SaProposalTest()76 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeSaProposalWithNormalModeCipher()100 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeSaProposalWithCombinedModeCipher()264 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeProposalWithoutDhGroup()279 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in testBuildIkeProposalWithNoneValueDhGroup()336 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_XCBC) in testIsNegotiatedFromProposalWithIntegrityNone()348 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_XCBC) in testIsNegotiatedFromProposalWithIntegrityNone()
116 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in setUp()
20 import static android.net.ipsec.ike.SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC;81 case PSEUDORANDOM_FUNCTION_AES128_XCBC: in signBytes()
73 case SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC: in create()107 if (getAlgorithmId() == SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) { in generateSKeySeed()
114 PSEUDORANDOM_FUNCTION_AES128_XCBC,124 public static final int PSEUDORANDOM_FUNCTION_AES128_XCBC = 4; field in SaProposal137 SUPPORTED_PRF_TO_STR.put(PSEUDORANDOM_FUNCTION_AES128_XCBC, "PRF_AES128_XCBC"); in SUPPORTED_PRF_TO_STR.put() argument
159 IkeMacPrf.create(new PrfTransform(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC)); in setUp()
220 .addPseudorandomFunction(SaProposal.PSEUDORANDOM_FUNCTION_AES128_XCBC) in setUp()
265 field public static final int PSEUDORANDOM_FUNCTION_AES128_XCBC = 4; // 0x4