HomeSort by relevance Sort by last modified time
    Searched defs:emptyIfNull (Results 1 - 3 of 3) sorted by null

  /external/rappor/client/java/com/google/android/rappor/
HmacDrbg.java 87 // byte[] seedMaterial = Bytes.concat(entropyInput, emptyIfNull(personalizationString));
88 byte[] seedMaterial = bytesConcat(entropyInput, emptyIfNull(personalizationString));
107 private static byte[] emptyIfNull(byte[] b) {
148 // setKey(hash(Bytes.concat(value, BYTE_ARRAY_0, emptyIfNull(providedData))));
149 setKey(hash(bytesConcat(value, BYTE_ARRAY_0, emptyIfNull(providedData))));
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 239 milliseconds