Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_asn1parse.data424 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 …]
Dtest_suite_psa_crypto.data117 PSA import RSA keypair: truncated
845 PSA hash compare: truncated hash
917 PSA MAC setup: truncated MAC too small (1 byte)
921 PSA MAC setup: truncated MAC too large (33 bytes for SHA-256)
1058 PSA MAC sign: HMAC-SHA-224, truncated to 28 bytes (actual size)
1062 PSA MAC verify: HMAC-SHA-224, truncated to 28 bytes (actual size)
1066 PSA MAC sign: HMAC-SHA-512, truncated to 64 bytes (actual size)
1070 PSA MAC verify: HMAC-SHA-512, truncated to 64 bytes (actual size)
1074 PSA MAC sign: HMAC-SHA-224, truncated to 27 bytes
1078 PSA MAC verify: HMAC-SHA-224, truncated to 27 bytes
[all …]
Dtest_suite_psa_crypto_persistent_key.data22 Parse storage: truncated magic
Dtest_suite_asn1parse.function299 * the payload is truncated more than one byte away from either end,
Dtest_suite_psa_crypto.function1286 /* Check that the length for a truncated MAC always fits in the algorithm
1287 * encoding. The shifted mask is the maximum truncated value. The
2669 /* Compare with truncated hash */
Dtest_suite_x509parse.data2711 X509 Get time (UTC, truncated)
2715 X509 Get time (Generalized Time, truncated)
Dtest_suite_ssl.function2901 /* Read a truncated message from the server */
Dtest_suite_ssl.data76 Message transport mock - truncated message
10675 # these are the numbers we'd get with an empty plaintext and truncated HMAC
/openthread-2.7.6/third_party/nlbuild-autotools/repo/tools/packages/make/make.patches/
Dmake-00.patch15 ar_member_date_1 (int desc UNUSED, const char *mem, int truncated,
22 - return ar_name_equal (name, mem, truncated) ? date : 0;
24 + if (ar_name_equal (lookup_data->name, mem, truncated))
377 typedef long int (*ar_member_func_t) (int desc, const char *mem, int truncated,
/openthread-2.7.6/third_party/nlbuild-autotools/repo/etc/
Dlcov.config138 # truncated when choosing a directory prefix in list output.
/openthread-2.7.6/third_party/mbedtls/repo/docs/architecture/testing/
Dtest-framework.md20 …or 14 more characters on an 80-column line). Longer descriptions may be truncated or may break a v…
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dpsa_crypto.c3283 uint8_t truncated = PSA_MAC_TRUNCATED_LENGTH( alg ); in psa_mac_setup() local
3359 if( truncated == 0 ) in psa_mac_setup()
3363 else if( truncated < 4 ) in psa_mac_setup()
3371 else if( truncated > operation->mac_size ) in psa_mac_setup()
3377 operation->mac_size = truncated; in psa_mac_setup()
/openthread-2.7.6/src/cli/
Dcli.cpp4977 bool truncated = false; in OutputFormatV() local
4993 truncated = true; in OutputFormatV()
5053 if (truncated) in OutputFormatV()
/openthread-2.7.6/third_party/mbedtls/repo/
DChangeLog1488 * The truncated HMAC extension now conforms to RFC 6066. This means
1489 that when both sides of a TLS connection negotiate the truncated
1498 * Fix implementation of the truncated HMAC extension. The previous
1569 * Fix a heap corruption issue in the implementation of the truncated HMAC
1570 extension. When the truncated HMAC extension is enabled and CBC is used,
2483 * Negotiation of truncated HMAC is now disabled by default on server too.
2679 * It is now possible to disable negotiation of truncated HMAC server-side
2775 * Very small records were incorrectly rejected when truncated HMAC was in