Searched refs:test_output_memory (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | igetest.c | 169 test_output_memory("key", v->key, sizeof(v->key)); in test_ige_vectors() 170 test_output_memory("iv", v->iv, sizeof(v->iv)); in test_ige_vectors() 171 test_output_memory("in", v->in, v->length); in test_ige_vectors() 182 test_output_memory("key", v->key, sizeof(v->key)); in test_ige_vectors() 183 test_output_memory("iv", v->iv, sizeof(v->iv)); in test_ige_vectors() 184 test_output_memory("in", v->in, v->length); in test_ige_vectors() 213 test_output_memory("key 1", v->key1, sizeof(v->key1)); in test_bi_ige_vectors() 214 test_output_memory("key 2", v->key2, sizeof(v->key2)); in test_bi_ige_vectors() 215 test_output_memory("iv", v->iv, sizeof(v->iv)); in test_bi_ige_vectors() 216 test_output_memory("in", v->in, v->length); in test_bi_ige_vectors()
|
H A D | acvp_test.c | 164 test_output_memory("qy", puby, puby_len); in ecdsa_keygen_test() 165 test_output_memory("qx", pubx, pubx_len); in ecdsa_keygen_test() 166 test_output_memory("d", priv, priv_len); in ecdsa_keygen_test() 291 test_output_memory("r", r, rlen); in ecdsa_siggen_test() 292 test_output_memory("s", s, slen); in ecdsa_siggen_test() 505 test_output_memory("q", pub, pub_len); in eddsa_keygen_test() 506 test_output_memory("d", priv, priv_len); in eddsa_keygen_test() 576 test_output_memory("y", pub, pub_len); in dsa_keygen_test() 577 test_output_memory("x", priv, priv_len); in dsa_keygen_test() 627 test_output_memory("p", p, plen); in dsa_paramgen_test() [all …]
|
H A D | ectest.c | 251 test_output_memory("Generator as octet string, compressed form:", in prime_field_tests() 260 test_output_memory("Generator as octet string, uncompressed form:", in prime_field_tests() 269 test_output_memory("Generator as octet string, hybrid form:", in prime_field_tests() 1037 test_output_memory("Generator as octet string, compressed form:", in char2_field_tests() 1047 test_output_memory("Generator as octet string, uncompressed form:", in char2_field_tests() 1059 test_output_memory("Generator as octet string, hybrid form:", in char2_field_tests()
|
H A D | test_test.c | 509 test_output_memory("test", (const unsigned char *)s, sizeof(s)); in test_output()
|
H A D | testutil.h | 574 void test_output_memory(const char *name, const unsigned char *m, size_t l);
|
H A D | endecode_test.c | 523 test_output_memory(label, data, data_len); in dump_der()
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | format_output.c | 530 void test_output_memory(const char *name, const unsigned char *m, size_t l) in test_output_memory() function
|
/freebsd/crypto/openssl/test/radix/ |
H A D | terp.c | 639 test_output_memory(header, terp->stk_cur, terp->stk_end - terp->stk_cur); in TERP_print_stack()
|