Home
last modified time | relevance | path

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

/openssl/test/testutil/
H A Dformat_output.c18 #define MEM_BUFFER_SIZE (2000) macro
278 unsigned char buffer[MEM_BUFFER_SIZE * 2], *bufp = buffer; in test_fail_bignum_common()
302 if (len > MEM_BUFFER_SIZE && (bufp = OPENSSL_malloc(len * 2)) == NULL) { in test_fail_bignum_common()
304 len = MEM_BUFFER_SIZE; in test_fail_bignum_common()

Completed in 5 milliseconds