Searched refs:truncated (Results 1 – 16 of 16) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_asn1parse.data | 424 SEQUENCE of 1 OCTET STRING truncated after tag 427 SEQUENCE of 1 OCTET STRING truncated in length #1 430 SEQUENCE of 1 OCTET STRING truncated in length #2 433 SEQUENCE of 1 OCTET STRING truncated in content #1 436 SEQUENCE of 1 OCTET STRING truncated in content #2 439 SEQUENCE of 1 OCTET STRING truncated in content #3 451 SEQUENCE of 2 OCTET STRINGs, second truncated after tag 454 SEQUENCE of 2 OCTET STRINGs, second truncated in length #1 457 SEQUENCE of 2 OCTET STRINGs, second truncated in length #2 460 SEQUENCE of 2 OCTET STRINGs, second truncated in content #1 [all …]
|
D | test_suite_psa_crypto_persistent_key.data | 27 Parse storage: truncated magic 30 Parse storage: truncated header 33 Parse storage: truncated key
|
D | test_suite_md.data | 539 HMAC-SHA3-224: NIST example #4: keylen<blocklen, with truncated tag 555 HMAC-SHA3-256: NIST example #4: keylen<blocklen, with truncated tag 571 HMAC-SHA3-384: NIST example #4: keylen<blocklen, with truncated tag 587 HMAC-SHA3-512: NIST example #4: keylen<blocklen, with truncated tag 747 HMAC-SHA3-224 multi-step: NIST example #4: keylen<blocklen, with truncated tag 763 HMAC-SHA3-256 multi-step: NIST example #4: keylen<blocklen, with truncated tag 779 HMAC-SHA3-384 multi-step: NIST example #4: keylen<blocklen, with truncated tag 795 HMAC-SHA3-512 multi-step: NIST example #4: keylen<blocklen, with truncated tag
|
D | test_suite_psa_crypto_util.function | 68 /* Verify that parsing of truncated input always fails. */
|
D | test_suite_psa_crypto.data | 163 PSA import RSA keypair: truncated 1693 PSA hash compare: truncated hash 1762 PSA MAC setup: truncated MAC too small (1 byte) 1766 PSA MAC setup: truncated MAC too large (33 bytes for SHA-256) 2010 PSA MAC sign: HMAC-SHA-224, truncated to 28 bytes (actual size) 2014 PSA MAC verify: HMAC-SHA-224, truncated to 28 bytes (actual size) 2018 PSA MAC sign multipart: HMAC-SHA-224, truncated to 28 bytes (actual size) 2022 PSA MAC verify multipart: HMAC-SHA-224, truncated to 28 bytes (actual size) 2026 PSA MAC sign: HMAC-SHA-512, truncated to 64 bytes (actual size) 2030 PSA MAC verify: HMAC-SHA-512, truncated to 64 bytes (actual size) [all …]
|
D | test_suite_constant_time.data | 1 # these are the numbers we'd get with an empty plaintext and truncated HMAC
|
D | test_suite_asn1parse.function | 289 * the payload is truncated more than one byte away from either end,
|
D | test_suite_psa_crypto.function | 1524 /* Check that the length for a truncated MAC always fits in the algorithm 1525 * encoding. The shifted mask is the maximum truncated value. The 3142 /* Compare with truncated hash, one-shot */ 3147 /* Compare with truncated hash, multi-part */
|
D | test_suite_x509parse.data | 3222 X509 Get time (UTC, truncated) 3226 X509 Get time (Generalized Time, truncated)
|
D | test_suite_ssl.function | 924 /* Read a truncated message from the server */
|
D | test_suite_ssl.data | 88 Message transport mock - truncated message
|
/mbedtls-latest/library/ |
D | sha256.c | 706 int truncated = 0; in mbedtls_sha256_finish() local 755 truncated = ctx->is224; in mbedtls_sha256_finish() 757 if (!truncated) { in mbedtls_sha256_finish()
|
D | sha512.c | 820 int truncated = 0; in mbedtls_sha512_finish() local 868 truncated = ctx->is384; in mbedtls_sha512_finish() 870 if (!truncated) { in mbedtls_sha512_finish()
|
/mbedtls-latest/docs/architecture/testing/ |
D | test-framework.md | 20 …or 14 more characters on an 80-column line). Longer descriptions may be truncated or may break a v…
|
/mbedtls-latest/docs/ |
D | 3.0-migration-guide.md | 676 ### Remove support for truncated HMAC 678 This affects users of truncated HMAC, that is, users who called
|
/mbedtls-latest/ |
D | ChangeLog | 1913 using a CCM-8 ciphersuite than a CBC ciphersuite with truncated HMAC. 3710 * The truncated HMAC extension now conforms to RFC 6066. This means 3711 that when both sides of a TLS connection negotiate the truncated 3720 * Fix implementation of the truncated HMAC extension. The previous 3791 * Fix a heap corruption issue in the implementation of the truncated HMAC 3792 extension. When the truncated HMAC extension is enabled and CBC is used, 4705 * Negotiation of truncated HMAC is now disabled by default on server too. 4901 * It is now possible to disable negotiation of truncated HMAC server-side 4997 * Very small records were incorrectly rejected when truncated HMAC was in
|