Home
last modified time | relevance | path

Searched refs:outhex (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
Dpoly1305test.c60 const char *outhex; member
134 strlen(test->outhex) != sizeof(out)*2 || in main()
141 hex_decode(expected, test->outhex); in main()
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/
Dchachatest.c68 const char *outhex; member
156 size_t len = strlen(test->outhex); in main()
176 hex_decode(expected, test->outhex); in main()
/external/chromium_org/third_party/openssl/openssl/patches/
Dchacha20poly1305.patch1020 + const char *outhex;
1108 + size_t len = strlen(test->outhex);
1128 + hex_decode(expected, test->outhex);
5211 + const char *outhex;
5285 + strlen(test->outhex) != sizeof(out)*2 ||
5292 + hex_decode(expected, test->outhex);
/external/chromium_org/third_party/openssl/patches.chromium/
D0007-chacha.patch2618 ++ const char *outhex;
2706 ++ size_t len = strlen(test->outhex);
2726 ++ hex_decode(expected, test->outhex);
6809 ++ const char *outhex;
6883 ++ strlen(test->outhex) != sizeof(out)*2 ||
6890 ++ hex_decode(expected, test->outhex);