Searched refs:overflow (Results 1 – 12 of 12) sorted by relevance
44 uint8_t overflow = 0; in dcp_left_shift_buffer() local50 input[buffer_size - 1 - i] << 1 | overflow; in dcp_left_shift_buffer()52 overflow = input[buffer_size - 1 - i] >> 7; in dcp_left_shift_buffer()
102 if (fbuf->overflow) in ftrace_copy_buf()111 if (fbuf->overflow) { in ftrace_copy_buf()
116 goto overflow; in softfloat_roundPackMToExtF80M()191 overflow: in softfloat_roundPackMToExtF80M()
109 goto overflow; in softfloat_roundPackToExtF80()176 overflow: in softfloat_roundPackToExtF80()
370 goto overflow; in __mcount_internal()402 goto overflow; in __mcount_internal()432 overflow: in __mcount_internal()
14 3. If the issue is a security risk (for example: buffer overflow,
287 * Fix a stack buffer overflow in mbedtls_ecdsa_der_to_raw() and662 could result in an integer overflow, causing a zero-length buffer to be664 the buffer, causing a heap buffer overflow.713 for overflow of the output buffer and reporting the actual length835 which checks for overflow of the output buffer and reports the actual854 * Fix a remotely exploitable heap buffer overflow in TLS handshake parsing.1081 * Fix possible integer overflow in mbedtls_timing_hardclock(), which1623 non-compliant. This could not lead to a buffer overflow. In particular,2366 * Fix a buffer overflow in mbedtls_mpi_sub_abs() when calculating2377 * Fix a stack buffer overflow with mbedtls_net_poll() and[all …]
99 bool overflow; /* Circular buffer has wrapped */ member
84 fbuf->overflow = true; in add_elem()
61 uint32_t overflow = 0x00; in cmac_multiply_by_u() local80 i32 = (i32 << 1) | overflow; in cmac_multiply_by_u()82 overflow = new_overflow; in cmac_multiply_by_u()
290 cmn r6, r4 @ 32 bit overflow?
156 performed with full proper error detection of overflow and underflow.