Home
last modified time | relevance | path

Searched refs:test_output_memory (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/test/
Digetest.c169 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()
Dacvp_test.c136 test_output_memory("qy", puby, puby_len); in ecdsa_keygen_test()
137 test_output_memory("qx", pubx, pubx_len); in ecdsa_keygen_test()
138 test_output_memory("d", priv, priv_len); in ecdsa_keygen_test()
263 test_output_memory("r", r, rlen); in ecdsa_siggen_test()
264 test_output_memory("s", s, slen); in ecdsa_siggen_test()
390 test_output_memory("y", pub, pub_len); in dsa_keygen_test()
391 test_output_memory("x", priv, priv_len); in dsa_keygen_test()
434 test_output_memory("p", p, plen); in dsa_paramgen_test()
435 test_output_memory("q", q, qlen); in dsa_paramgen_test()
436 test_output_memory("domainSeed", seed, seedlen); in dsa_paramgen_test()
[all …]
Dectest.c251 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()
Dtest_test.c509 test_output_memory("test", (const unsigned char *)s, sizeof(s)); in test_output()
Dtestutil.h553 void test_output_memory(const char *name, const unsigned char *m, size_t l);
Dendecode_test.c501 test_output_memory(label, data, data_len); in dump_der()
/third_party/openssl/test/testutil/
Dformat_output.c531 void test_output_memory(const char *name, const unsigned char *m, size_t l) in test_output_memory() function