Searched refs:expected_out (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dgenerichash.c1297 unsigned char *expected_out; local
1306 expected_out = (unsigned char *) sodium_malloc(crypto_generichash_BYTES_MAX);
1313 sodium_hex2bin(expected_out, crypto_generichash_BYTES_MAX,
1323 if (memcmp(out, expected_out, crypto_generichash_BYTES_MAX) != 0) {
1330 sodium_free(expected_out);
/freebsd-13-stable/libexec/rtld-elf/tests/
H A Dld_library_pathfds.c46 char * const *env, const char *expected_out, const char *expected_err);
196 const char *expected_out, const char *expected_err)
207 atf_utils_wait(child, exit_status, expected_out, expected_err);
195 try_to_run(int binary, int exit_status, char * const *env, const char *expected_out, const char *expected_err) argument

Completed in 113 milliseconds