Searched refs:HMAC_SHA_256 (Results 1 – 2 of 2) sorted by relevance
66 static final String HMAC_SHA_256 = "HmacSHA256"; field in PacketUtils366 Mac sha256HMAC = Mac.getInstance(HMAC_SHA_256); in getIcv()367 SecretKeySpec authKey = new SecretKeySpec(key, HMAC_SHA_256); in getIcv()
102 static final String HMAC_SHA_256 = "HmacSHA256"; field in PacketUtils413 return new EspAuth(HMAC_SHA_256, key, HMAC_SHA256_ICV_LEN); in getDefaultAuth()676 JCE_SUPPORTED_MACS.add(HMAC_SHA_256);