Home
last modified time | relevance | path

Searched refs:expected_out (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dgenerichash.c1297 unsigned char *expected_out; in tv() local
1306 expected_out = (unsigned char *) sodium_malloc(crypto_generichash_BYTES_MAX); in tv()
1313 sodium_hex2bin(expected_out, crypto_generichash_BYTES_MAX, in tv()
1323 if (memcmp(out, expected_out, crypto_generichash_BYTES_MAX) != 0) { in tv()
1330 sodium_free(expected_out); in tv()
/freebsd/libexec/rtld-elf/tests/
H A Dcommon.c53 const char *expected_out, const char *expected_err) in try_to_run() argument
64 atf_utils_wait(child, exit_status, expected_out, expected_err); in try_to_run()
H A Dcommon.h37 const char *expected_out, const char *expected_err);
/freebsd/crypto/openssl/test/
H A Devp_test.c694 unsigned char *in, *expected_out, *tmp = NULL; in cipher_test_enc() local
712 expected_out = expected->ciphertext; in cipher_test_enc()
717 expected_out = expected->plaintext; in cipher_test_enc()
975 expected_out += expected->iv_len; in cipher_test_enc()
981 if (!memory_err_compare(t, "VALUE_MISMATCH", expected_out, out_len, in cipher_test_enc()
/freebsd/crypto/openssh/
H A Dconfigure.ac4412 char expected_out[50];
4419 strcpy(expected_out, "9223372036854775807");
4421 if(strcmp(buf, expected_out) != 0)