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

/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
H A Dpoly1305test.c98 static void hex_decode(unsigned char *out, const char* hex) function
140 hex_decode(key, test->keyhex);
141 hex_decode(expected, test->outhex);
145 hex_decode(in, test->inputhex);
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/
H A Dchachatest.c111 static void hex_decode(unsigned char *out, const char* hex) function
165 hex_decode(key, test->keyhex);
166 hex_decode(nonce, test->noncehex);
176 hex_decode(expected, test->outhex);

Completed in 283 milliseconds