Searched refs:truncated (Results 1 – 3 of 3) sorted by relevance
706 int truncated = 0; in mbedtls_sha256_finish() local755 truncated = ctx->is224; in mbedtls_sha256_finish()757 if (!truncated) { in mbedtls_sha256_finish()
820 int truncated = 0; in mbedtls_sha512_finish() local868 truncated = ctx->is384; in mbedtls_sha512_finish()870 if (!truncated) { in mbedtls_sha512_finish()
100 MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL, but truncated the output to the2106 using a CCM-8 ciphersuite than a CBC ciphersuite with truncated HMAC.3903 * The truncated HMAC extension now conforms to RFC 6066. This means3904 that when both sides of a TLS connection negotiate the truncated3913 * Fix implementation of the truncated HMAC extension. The previous3984 * Fix a heap corruption issue in the implementation of the truncated HMAC3985 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-side5190 * Very small records were incorrectly rejected when truncated HMAC was in