Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha256.c706 int truncated = 0; in mbedtls_sha256_finish() local
755 truncated = ctx->is224; in mbedtls_sha256_finish()
757 if (!truncated) { in mbedtls_sha256_finish()
H A Dsha512.c820 int truncated = 0; in mbedtls_sha512_finish() local
868 truncated = ctx->is384; in mbedtls_sha512_finish()
870 if (!truncated) { in mbedtls_sha512_finish()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog100 MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL, but truncated the output to the
2106 using a CCM-8 ciphersuite than a CBC ciphersuite with truncated HMAC.
3903 * The truncated HMAC extension now conforms to RFC 6066. This means
3904 that when both sides of a TLS connection negotiate the truncated
3913 * Fix implementation of the truncated HMAC extension. The previous
3984 * Fix a heap corruption issue in the implementation of the truncated HMAC
3985 extension. When the truncated HMAC extension is enabled and CBC is used,
4898 * Negotiation of truncated HMAC is now disabled by default on server too.
5094 * It is now possible to disable negotiation of truncated HMAC server-side
5190 * Very small records were incorrectly rejected when truncated HMAC was in