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.java104 String hashInput = String.join(":", in computeResponse() local
111 md5Digest.update(hashInput.getBytes()); in computeResponse()
127 String hashInput = String.join(":", bootstrapTransactionId, realm, gbaKeyBase64); in generateA1Hash() local
128 md5Digest.update(hashInput.getBytes()); in generateA1Hash()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java3389 byte[] hashInput = null; in legacyGenerateHashId()
3393 hashInput = sb.toString().getBytes(); in legacyGenerateHashId()
3395 hashInput = data15; in legacyGenerateHashId()
3397 if (hashInput != null) { in legacyGenerateHashId()
3398 final String hashId = generateHashIdForData(hashInput); in legacyGenerateHashId()
3407 byte[] hashInput = null; in generateHashId()
3411 hashInput = sb.toString().getBytes(); in generateHashId()
3413 if (hashInput != null) { in generateHashId()
3414 final String hashId = generateHashIdForData(hashInput); in generateHashId()