Searched refs:verify_memory (Results 1 – 8 of 8) sorted by relevance
/curl/tests/unit/ |
H A D | unit1615.c | 126 verify_memory(computed_hash, precomp_hash1, CURL_SHA512_256_DIGEST_LENGTH); 130 verify_memory(computed_hash, precomp_hash2, CURL_SHA512_256_DIGEST_LENGTH); 134 verify_memory(computed_hash, precomp_hash3, CURL_SHA512_256_DIGEST_LENGTH); 138 verify_memory(computed_hash, precomp_hash4, CURL_SHA512_256_DIGEST_LENGTH); 142 verify_memory(computed_hash, precomp_hash5, CURL_SHA512_256_DIGEST_LENGTH); 146 verify_memory(computed_hash, precomp_hash6, CURL_SHA512_256_DIGEST_LENGTH); 150 verify_memory(computed_hash, precomp_hash7, CURL_SHA512_256_DIGEST_LENGTH); 154 verify_memory(computed_hash, precomp_hash8, CURL_SHA512_256_DIGEST_LENGTH);
|
H A D | unit1302.c | 63 verify_memory(output, "aQ==", 4); 69 verify_memory(output, "aWk=", 4); 75 verify_memory(output, "aWlp", 4); 81 verify_memory(output, "aWlpaQ==", 8); 87 verify_memory(output, "/wH+Ag==", 8); 93 verify_memory(output, "_wH-Ag", 6); 99 verify_memory(output, "aWlpaQ", 6); 124 verify_memory(decoded, "iiii", 4); 130 verify_memory(decoded, "iii", 3); 136 verify_memory(decoded, "ii", 2); [all …]
|
H A D | unit1600.c | 58 verify_memory(testp, 64 verify_memory(testp, 71 verify_memory(testp,
|
H A D | unit1611.c | 48 verify_memory(testp, 54 verify_memory(testp,
|
H A D | unit1601.c | 50 verify_memory(testp, "\xc4\xca\x42\x38\xa0\xb9\x23\x82\x0d\xcc\x50\x9a\x6f" 55 verify_memory(testp, "\x88\x67\x0b\x6d\x5d\x74\x2f\xad\xa5\xcd\xf9\xb6\x82"
|
H A D | unit1610.c | 52 verify_memory(testp, 59 verify_memory(testp,
|
H A D | unit1612.c | 55 verify_memory(testp, 64 verify_memory(testp,
|
H A D | curlcheck.h | 45 #define verify_memory(dynamic, check, len) \ macro
|
Completed in 15 milliseconds