Home
last modified time | relevance | path

Searched refs:tempHash (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DIDNAConformanceTest.java54 HashMap tempHash = (HashMap) inputData.get(element); in TestConformance() local
57 String passfail = (String) tempHash.get("passfail"); in TestConformance()
58 String desc = (String) tempHash.get("desc"); in TestConformance()
59 String type = (String) tempHash.get("type"); in TestConformance()
60 String namebase = (String) tempHash.get("namebase"); in TestConformance()
61 String nameutf8 = (String) tempHash.get("nameutf8"); in TestConformance()
62 String namezone = (String) tempHash.get("namezone"); in TestConformance()
63 String failzone1 = (String) tempHash.get("failzone1"); in TestConformance()
64 String failzone2 = (String) tempHash.get("failzone2"); in TestConformance()
73 if ("toascii".equals(tempHash.get("type"))) { in TestConformance()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAConformanceTest.java53 HashMap tempHash = (HashMap) inputData.get(element); in TestConformance() local
56 String passfail = (String) tempHash.get("passfail"); in TestConformance()
57 String desc = (String) tempHash.get("desc"); in TestConformance()
58 String type = (String) tempHash.get("type"); in TestConformance()
59 String namebase = (String) tempHash.get("namebase"); in TestConformance()
60 String nameutf8 = (String) tempHash.get("nameutf8"); in TestConformance()
61 String namezone = (String) tempHash.get("namezone"); in TestConformance()
62 String failzone1 = (String) tempHash.get("failzone1"); in TestConformance()
63 String failzone2 = (String) tempHash.get("failzone2"); in TestConformance()
72 if ("toascii".equals(tempHash.get("type"))) { in TestConformance()
[all …]
/external/libchrome/crypto/third_party/nss/
Drsawrapr.c25 unsigned char *tempHash, *temp; in MGF1() local
48 tempHash = mask + counter * hash->length; in MGF1()
50 (*hash->end)(hashContext, tempHash, &digestLen, hash->length); in MGF1()
54 PORT_Memcpy(tempHash, temp, maskLen - counter * hash->length); in MGF1()