Searched refs:getAlgorithmName (Results 1 – 5 of 5) sorted by relevance
44 mMac = Mac.getInstance(getAlgorithmName()); in IkeMac()69 SecretKeySpec secretKey = new SecretKeySpec(keyBytes, getAlgorithmName()); in signBytes()
41 protected String getAlgorithmName() { in getAlgorithmName() method in IkeCrypto
80 SecretKeySpec key = new SecretKeySpec(secretKeyBytes, getAlgorithmName()); in doCipherAction()
98 mCipher = Cipher.getInstance(getAlgorithmName()); in IkeCipher()
98 SecretKeySpec key = new SecretKeySpec(secretKeyBytes, getAlgorithmName()); in doCipherAction()