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 DChangeLog143 MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL, but truncated the output to the
2149 using a CCM-8 ciphersuite than a CBC ciphersuite with truncated HMAC.
3946 * The truncated HMAC extension now conforms to RFC 6066. This means
3947 that when both sides of a TLS connection negotiate the truncated
3956 * Fix implementation of the truncated HMAC extension. The previous
4027 * Fix a heap corruption issue in the implementation of the truncated HMAC
4028 extension. When the truncated HMAC extension is enabled and CBC is used,
4941 * Negotiation of truncated HMAC is now disabled by default on server too.
5137 * It is now possible to disable negotiation of truncated HMAC server-side
5233 * Very small records were incorrectly rejected when truncated HMAC was in