Searched refs:IkeDhParams (Results 1 – 3 of 3) sorted by relevance
35 import com.android.internal.net.ipsec.ike.IkeDhParams;99 unsignedHexStringToBigInteger(IkeDhParams.PRIME_1024_BIT_MODP)); in MODP_PRIME_MAP.put()102 unsignedHexStringToBigInteger(IkeDhParams.PRIME_1536_BIT_MODP)); in MODP_PRIME_MAP.put()105 unsignedHexStringToBigInteger(IkeDhParams.PRIME_2048_BIT_MODP)); in MODP_PRIME_MAP.put()108 unsignedHexStringToBigInteger(IkeDhParams.PRIME_3072_BIT_MODP)); in MODP_PRIME_MAP.put()111 unsignedHexStringToBigInteger(IkeDhParams.PRIME_4096_BIT_MODP)); in MODP_PRIME_MAP.put()233 BigInteger baseGen = BigInteger.valueOf(IkeDhParams.BASE_GENERATOR_MODP); in createOutboundModpKePayload()350 BigInteger baseGenValue = BigInteger.valueOf(IkeDhParams.BASE_GENERATOR_MODP); in getModpSharedKey()
33 import com.android.internal.net.ipsec.test.ike.IkeDhParams;177 BigInteger baseGenValue = BigInteger.valueOf(IkeDhParams.BASE_GENERATOR_MODP); in getModpPrivateKey()189 getModpPrivateKey(IkeDhParams.PRIME_1024_BIT_MODP, LOCAL_PRIVATE_KEY_1024_X_VALUE); in testGetSharedKey1024Modp()231 getModpPrivateKey(IkeDhParams.PRIME_1536_BIT_MODP, privateKeyXValueHex); in testGetSharedKey1536Modp()246 getModpPrivateKey(IkeDhParams.PRIME_1024_BIT_MODP, LOCAL_PRIVATE_KEY_1024_X_VALUE); in testGetSharedkeyWithInvalidRemoteKey()
20 public class IkeDhParams { class