Home
last modified time | relevance | path

Searched refs:hashInput (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/callcomposer/
DDigestAuthUtils.java105 String hashInput = String.join(":", in computeResponse() local
112 md5Digest.update(hashInput.getBytes()); in computeResponse()
128 String hashInput = String.join(":", bootstrapTransactionId, realm, gbaKeyBase64); in generateA1Hash() local
129 md5Digest.update(hashInput.getBytes()); in generateA1Hash()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java3569 byte[] hashInput = null; in legacyGenerateHashId()
3573 hashInput = sb.toString().getBytes(); in legacyGenerateHashId()
3575 hashInput = data15; in legacyGenerateHashId()
3577 if (hashInput != null) { in legacyGenerateHashId()
3578 final String hashId = generateHashIdForData(hashInput); in legacyGenerateHashId()
3587 byte[] hashInput = null; in generateHashId()
3591 hashInput = sb.toString().getBytes(); in generateHashId()
3593 if (hashInput != null) { in generateHashId()
3594 final String hashId = generateHashIdForData(hashInput); in generateHashId()