Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 36) sorted by relevance

12

/mbedtls-3.6.0/tests/suites/
Dtest_suite_bignum_mod_raw.data13 Test mbedtls_mpi_mod_raw_io #3 BE (Buffer just fits, extra limbs, input limb-aligned)
16 Test mbedtls_mpi_mod_raw_io #3 LE (Buffer just fits, extra limbs, input limb-aligned)
19 Test mbedtls_mpi_mod_raw_io #4 BE (Buffer just fits, extra limbs, input unaligned)
22 Test mbedtls_mpi_mod_raw_io #4 LE (Buffer just fits, extra limbs, input unaligned)
25 Test mbedtls_mpi_mod_raw_io #5 BE (Extra limbs, buffer aligned to extra limbs, input limb-aligned)
28 Test mbedtls_mpi_mod_raw_io #5 LE (Extra limbs, buffer aligned to extra limbs, input limb-aligned)
31 Test mbedtls_mpi_mod_raw_io #6 BE (Extra limbs, buffer aligned to extra limbs, input unaligned)
34 Test mbedtls_mpi_mod_raw_io #6 LE (Extra limbs, buffer aligned to extra limbs, input unaligned)
49 Test mbedtls_mpi_mod_raw_io #9 BE (Buffer just fits, extra limbs, input limb-aligned with leading z…
52 Test mbedtls_mpi_mod_raw_io #9 LE (Buffer just fits, extra limbs, input limb-aligned with leading z…
[all …]
Dtest_suite_bignum_core.misc.data10 Test mbedtls_mpi_core_io_be #3 (Buffer just fits, extra limbs, input limb-aligned)
13 Test mbedtls_mpi_core_io_be #4 (Buffer just fits, extra limbs, input unaligned)
16 Test mbedtls_mpi_core_io_be #5 (Extra limbs, buffer aligned to extra limbs, input limb-aligned)
19 Test mbedtls_mpi_core_io_be #6 (Extra limbs, buffer aligned to extra limbs, input unaligned)
28 Test mbedtls_mpi_core_io_be #9 (Buffer just fits, extra limbs, input limb-aligned with leading zero…
31 Test mbedtls_mpi_core_io_be #10 (Buffer just fits, extra limbs, input unaligned with leading zeroes)
75 Test mbedtls_mpi_core_io_le #3 (Buffer just fits, extra limbs, input limb-aligned)
78 Test mbedtls_mpi_core_io_le #4 (Buffer just fits, extra limbs, input unaligned)
81 Test mbedtls_mpi_core_io_le #5 (Extra limbs, buffer aligned to extra limbs, input limb-aligned)
84 Test mbedtls_mpi_core_io_le #6 (Extra limbs, buffer aligned to extra limbs, input unaligned)
[all …]
Dtest_suite_pkcs7.data173 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
197 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #…
213 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
241 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 31 to contain one unaccounted extra byte #…
257 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
293 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
321 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #…
337 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
353 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
369 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #…
[all …]
Dtest_suite_asn1parse.data175 INTEGER 0, extra leading 0
181 INTEGER 1, extra leading 0
190 INTEGER 0x80, extra leading 0
202 INTEGER 0x12345678, extra leading 0
208 INTEGER 0x7fffffff, extra leading 0
244 INTEGER -1, extra leading ff
295 ENUMERATED 0, extra leading 0
301 ENUMERATED 1, extra leading 0
310 ENUMERATED 0x80, extra leading 0
322 ENUMERATED 0x12345678, extra leading 0
[all …]
Dtest_suite_ccm.function662 // pass 1 extra byte
690 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)
780 // pass 1 extra byte
815 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)
Dtest_suite_pkwrite.function95 * Here we remove the extra "\r" so that "buf" and "check_buf" can be
Dtest_suite_pkcs5.data209 PBES2 Decrypt (bad, PBKDF2 params extra data)
Dtest_suite_lmots.data114 # This test uses the valid public key for hsslms interop test 1, add an extra
Dtest_suite_lms.data222 # This test uses the valid public key for hsslms interop test 1, add an extra
Dtest_suite_x509write.function106 * but we set an extra check here to emphasize a possible source of errors
/mbedtls-3.6.0/library/
Dssl_debug_helpers.h39 const char *extra);
56 #define MBEDTLS_SSL_PRINT_EXT(level, hs_msg_type, extension_type, extra) \ argument
59 extra, NULL)
70 #define MBEDTLS_SSL_PRINT_EXT(level, hs_msg_type, extension_type, extra) argument
/mbedtls-3.6.0/tests/
D.gitignore11 include/alt-extra/psa/crypto_platform_alt.h
12 include/alt-extra/psa/crypto_struct_alt.h
DMakefile236 rm -f include/alt-extra/*/*_alt.h
264 include/alt-extra/%_alt.h: ../include/%.h
/mbedtls-3.6.0/docs/architecture/psa-migration/
Doutcome-analysis.sh91 for extra in $extra_files; do
92 suite=${extra%.sh}
Dpsa-limitations.md155 extra parameter "trailer field" that doesn't vary in practice"). These can be
163 - the extra "trailer field" parameter must have its default value
Dmd-cipher-dispatch.md256 * It has an extra step of converting from `mbedtls_md_type_t` to `const mbedtls_md_info_t *`.
257 * It includes extra fluff such as names and HMAC. This costs code size.
262 * `mbedtls_md_info_t` can become a very thin type. We can't remove the extra function call from the…
476 The architecture can be extended to support `MBEDTLS_PSA_CRYPTO_CLIENT` with a little extra work. H…
/mbedtls-3.6.0/tests/data_files/base64/
Ddef_bad_b64.txt1 // Context with added extra 'A' before '==' add the end to simulate bad length of base64 code
/mbedtls-3.6.0/scripts/data_files/driver_templates/
DOS-template-opaque.jinja6 * nest_indent: number of extra spaces to indent the code to.
DOS-template-transparent.jinja6 * nest_indent: number of extra spaces to indent the code to.
/mbedtls-3.6.0/tests/scripts/
Dgenerate_pkcs7_tests.py147 one unaccounted extra byte")
/mbedtls-3.6.0/docs/architecture/testing/
Dinvasive-testing.md60 * **Merely defining `MBEDTLS_TEST_HOOKS` must not change the behavior**. It may define extra functi…
89 * Maintainability: tests should only enforce the documented behavior of the product, to avoid extra
160 …rfaces](#fine-grained-public-interfaces), but not all. In particular, the extra interfaces do incr…
176 …f they don't, this has mostly the same downside as public interfaces: the extra interfaces increas…
/mbedtls-3.6.0/docs/
D3.0-migration-guide.md15 - Changing function signatures, e.g. adding return codes, adding extra parameters, or making some a…
239 * `mbedtls_gcm_update()` now takes an extra parameter to indicate the actual output length. In Mbed…
242 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block. This is neede…
249 * `mbedtls_gcm_update()` now allows arbitrary-length inputs, takes an extra parameter to indicate t…
252 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block if needed.
437 The following functions now take an extra parameter indicating the size of the output buffer:
/mbedtls-3.6.0/docs/architecture/
Dpsa-crypto-implementation-structure.md105 …LS implements some extensions to the PSA API that offer extra integration customization or extra k…
Dpsa-thread-safety.md8 …vertised as experimental; for example, it would be annoying but ok to add extra requirements for d…
246 This approach is conceptually simple, but requires extra instrumentation to every function and has …
/mbedtls-3.6.0/3rdparty/p256-m/p256-m/
DREADME.md422 p256-m can be compiled with extra instrumentation to mark secret data and
501 representation of `n` and scalars would need adapting to allow for an extra

12