Searched defs:personalizationString (Results 1 - 1 of 1) sorted by relevance

/external/rappor/client/java/com/google/android/rappor/
H A DHmacDrbg.java79 public HmacDrbg(byte[] entropyInput, byte[] personalizationString) { argument
87 // byte[] seedMaterial = Bytes.concat(entropyInput, emptyIfNull(personalizationString));
88 byte[] seedMaterial = bytesConcat(entropyInput, emptyIfNull(personalizationString));

Completed in 369 milliseconds