Home
last modified time | relevance | path

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

/openssl/test/testutil/
H A Dformat_output.c20 #define BN_OUTPUT_SIZE (8) macro
170 static const int bn_bytes = (MAX_STRING_WIDTH - 9) / (BN_OUTPUT_SIZE * 2 + 1)
171 * BN_OUTPUT_SIZE;
172 static const int bn_chars = (MAX_STRING_WIDTH - 9) / (BN_OUTPUT_SIZE * 2 + 1)
173 * (BN_OUTPUT_SIZE * 2 + 1) - 1;
214 hex_convert_memory(in, bytes, out, BN_OUTPUT_SIZE); in convert_bn_memory()
249 if (i % (2 * BN_OUTPUT_SIZE) == 2 * BN_OUTPUT_SIZE - 1 && i != n - 1) in convert_bn_memory()
390 } else if (BN_num_bytes(bn) <= BN_OUTPUT_SIZE) { in test_output_bignum()
391 unsigned char buf[BN_OUTPUT_SIZE]; in test_output_bignum()
396 hex_convert_memory(buf, n, p, BN_OUTPUT_SIZE); in test_output_bignum()

Completed in 4 milliseconds