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()
143 MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL, but truncated the output to the2149 using a CCM-8 ciphersuite than a CBC ciphersuite with truncated HMAC.3946 * The truncated HMAC extension now conforms to RFC 6066. This means3947 that when both sides of a TLS connection negotiate the truncated3956 * Fix implementation of the truncated HMAC extension. The previous4027 * Fix a heap corruption issue in the implementation of the truncated HMAC4028 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-side5233 * Very small records were incorrectly rejected when truncated HMAC was in