Searched refs:getPseudorandomFunctions (Results 1 – 5 of 5) sorted by relevance
130 int[] prfArray = getPseudorandomFunctions().stream().mapToInt(i -> i).toArray(); in toPersistableBundle()178 public List<Integer> getPseudorandomFunctions() { in getPseudorandomFunctions() method in IkeSaProposal
2423 prefix + "Prf algorithm: " + saProposal.getPseudorandomFunctions().toString()); in dump()
319 assertEquals(PRFS, saProposal.getPseudorandomFunctions()); in testBuildIkeSaProposalWithNormalModeCipher()329 assertEquals(PRFS, saProposal.getPseudorandomFunctions()); in testBuildIkeSaProposalWithCombinedModeCipher()340 assertEquals(PRFS, saProposal.getPseudorandomFunctions()); in testBuildIkeSaProposalWithCombinedModeCipherAndIntegrityNone()
2615 mSaProposal.getPseudorandomFunctions().get(0), in handleRequestIkeMessage()3386 mSaProposal.getPseudorandomFunctions().get(0), in handleResponseIkeMessage()5138 mSaProposal.getPseudorandomFunctions().get(0), in handleResponseIkeMessage()
161 method @NonNull public java.util.List<java.lang.Integer> getPseudorandomFunctions();