Home
last modified time | relevance | path

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

/hypervisor/lib/crypto/mbedtls/
A Dsha256.c311 uint32_t used; in mbedtls_sha256_finish_ret() local
317 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()
A DChangeLog17 or if mbedtls_ssl_conf_dtls_badmac_limit() was used, the attack only
126 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. #441
1021 once in the same handhake and mbedtls_ssl_conf_psk() was used.
1024 * Fix stack buffer overflow in pkcs12 decryption (used by
1111 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