Searched refs:MAC_ALGORITHM_STRING (Results 1 – 4 of 4) sorted by relevance
34 private static final String MAC_ALGORITHM_STRING = "HmacSHA256"; field in HmacSha256ByteSigner49 Mac mac = Mac.getInstance(MAC_ALGORITHM_STRING); in signBytes()50 mac.init(new SecretKeySpec(keyBytes, MAC_ALGORITHM_STRING)); in signBytes()
92 private static final String MAC_ALGORITHM_STRING = "HmacSHA256"; field in EapAkaPrimeMethodStateMachine163 return MAC_ALGORITHM_STRING; in getMacAlgorithm()332 Mac mac = Mac.getInstance(MAC_ALGORITHM_STRING); in deriveCkIkPrime()333 mac.init(new SecretKeySpec(key.array(), MAC_ALGORITHM_STRING)); in deriveCkIkPrime()
83 public static final String MAC_ALGORITHM_STRING = "HmacSHA1"; field in EapSimAkaMethodStateMachine156 return MAC_ALGORITHM_STRING; in getMacAlgorithm()
80 …ic com.android.internal.net.eap.test.statemachine.EapSimAkaMethodStateMachine.MAC_ALGORITHM_STRING;319 Mac macAlgorithm = Mac.getInstance(MAC_ALGORITHM_STRING); in testCreateHmacSha1()320 macAlgorithm.init(new SecretKeySpec(K_AUT, MAC_ALGORITHM_STRING)); in testCreateHmacSha1()