OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:base64_tests
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
base64_unittest.cc
27
}
base64_tests
[] = {
variable in typeref:struct:__anon26728
361
for( i = 0; i < sizeof(
base64_tests
) / sizeof(
base64_tests
[0]); ++i ) {
368
LOG(LS_VERBOSE) << "B64: " <<
base64_tests
[i].cyphertext;
371
reinterpret_cast<const unsigned char*>(
base64_tests
[i].plaintext);
373
cypher_length = strlen(
base64_tests
[i].cyphertext);
378
base64_tests
[i].plain_length,
385
EXPECT_STREQ(encode_buffer,
base64_tests
[i].cyphertext);
390
base64_tests
[i].plain_length,
397
EXPECT_STREQ(encode_buffer,
base64_tests
[i].cyphertext)
[
all
...]
/external/wpa_supplicant_8/src/utils/
utils_module_tests.c
292
static int
base64_tests
(void)
function
851
base64_tests
() < 0 ||
Completed in 765 milliseconds