Searched refs:BN_OUTPUT_SIZE (Results 1 – 1 of 1) sorted by relevance
20 #define BN_OUTPUT_SIZE (8) macro169 static const int bn_bytes = (MAX_STRING_WIDTH - 9) / (BN_OUTPUT_SIZE * 2 + 1)170 * BN_OUTPUT_SIZE;171 static const int bn_chars = (MAX_STRING_WIDTH - 9) / (BN_OUTPUT_SIZE * 2 + 1)172 * (BN_OUTPUT_SIZE * 2 + 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()