Searched refs:RESUME_HMAC_LENGTH (Results 1 – 2 of 2) sorted by relevance
46 private static final int RESUME_HMAC_LENGTH = 32; field in Ukey2EncryptionRunner246 if (message.length != RESUME_HMAC_LENGTH) { in authenticateReconnection()249 + ") is not equal to " + RESUME_HMAC_LENGTH); in authenticateReconnection()
105 private static final int RESUME_HMAC_LENGTH = 32; field in CarTrustAgentUnlockService503 if (message.length != RESUME_HMAC_LENGTH) { in authenticateClient()