Home
last modified time | relevance | path

Searched defs:hexDecode (Results 1 – 3 of 3) sorted by relevance

/external/tink/go/aead/subtle/
Dencrypt_then_authenticate_test.go132 func hexDecode(t *testing.T, data string) []byte { func
/external/tink-java/src/main/java/com/google/crypto/tink/testing/
DTestUtil.java572 public static byte[] hexDecode(String hexData) { in hexDecode() method in TestUtil
/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
DTestUtil.java623 public static byte[] hexDecode(String hexData) { in hexDecode() method in TestUtil