Searched refs:used (Results 1 – 2 of 2) sorted by relevance
311 uint32_t used; in mbedtls_sha256_finish_ret() local317 used = ctx->total[0] & 0x3FU; in mbedtls_sha256_finish_ret()319 ctx->buffer[used] = 0x80U; in mbedtls_sha256_finish_ret()321 used++; in mbedtls_sha256_finish_ret()323 if (used <= 56U) { in mbedtls_sha256_finish_ret()325 (void)memset((void *)&ctx->buffer[used], 0U, 56U - used); in mbedtls_sha256_finish_ret()328 (void)memset((void *)&ctx->buffer[used], 0U, 64U - used); in mbedtls_sha256_finish_ret()
17 or if mbedtls_ssl_conf_dtls_badmac_limit() was used, the attack only126 used by user applications. Found and fixed by Fabio Alessandrelli.202 underlying transport in case event-driven IO is used.231 I/O was used. Found and reported by Hubert Mis in #772.846 when GCM is used. Found by udf2457. #4411021 once in the same handhake and mbedtls_ssl_conf_psk() was used.1024 * Fix stack buffer overflow in pkcs12 decryption (used by1111 be always used (found by dcb314) (#235)1260 argument (allowing memory savings if HMAC is not used)2482 used are negative.[all …]
Completed in 8 milliseconds