Searched refs:PSEUDORANDOM_FUNCTION_AES128_CMAC (Results 1 – 8 of 8) sorted by relevance
19 import static android.net.ipsec.ike.SaProposal.PSEUDORANDOM_FUNCTION_AES128_CMAC;81 case SaProposal.PSEUDORANDOM_FUNCTION_AES128_CMAC: in create()113 } else if (getAlgorithmId() == PSEUDORANDOM_FUNCTION_AES128_CMAC) { in signBytes()168 || getAlgorithmId() == SaProposal.PSEUDORANDOM_FUNCTION_AES128_CMAC) { in generateSKeySeed()
134 PSEUDORANDOM_FUNCTION_AES128_CMAC149 public static final int PSEUDORANDOM_FUNCTION_AES128_CMAC = 8; field in SaProposal161 SUPPORTED_PRF_TO_STR.put(PSEUDORANDOM_FUNCTION_AES128_CMAC, "PRF_AES128_CMAC"); in SUPPORTED_PRF_TO_STR.put() argument
162 if (algo == PSEUDORANDOM_FUNCTION_AES128_CMAC && !SdkLevel.isAtLeastS()) { in getSupportedPseudorandomFunctions()
23 import static android.net.ipsec.ike.SaProposal.PSEUDORANDOM_FUNCTION_AES128_CMAC;198 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_CMAC) in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
25 import static android.net.ipsec.ike.SaProposal.PSEUDORANDOM_FUNCTION_AES128_CMAC;185 .addPseudorandomFunction(PSEUDORANDOM_FUNCTION_AES128_CMAC) in setupAndVerifyIkeSessionWithOptionMobike()
55 import static android.net.ipsec.ike.SaProposal.PSEUDORANDOM_FUNCTION_AES128_CMAC;449 prfs.put(PSEUDORANDOM_FUNCTION_AES128_CMAC, S); in getAllPrfs()
186 new PrfTransform(SaProposal.PSEUDORANDOM_FUNCTION_AES128_CMAC)); in setUp()
299 field public static final int PSEUDORANDOM_FUNCTION_AES128_CMAC = 8; // 0x8