Home
last modified time | relevance | path

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

/third_party/openssl/test/testutil/
Dformat_output.c19 #define MEM_BUFFER_SIZE (2000) macro
279 unsigned char buffer[MEM_BUFFER_SIZE * 2], *bufp = buffer; in test_fail_bignum_common()
303 if (len > MEM_BUFFER_SIZE && (bufp = OPENSSL_malloc(len * 2)) == NULL) { in test_fail_bignum_common()
305 len = MEM_BUFFER_SIZE; in test_fail_bignum_common()