Home
last modified time | relevance | path

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

12

/mbedtls-latest/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.function693 // pass 1 extra byte
723 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)
819 // pass 1 extra byte
856 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)
Dtest_suite_rsa.data763 RSA parse private key - correct values, extra integer inside the SEQUENCE
766 RSA parse private key - correct values, extra integer outside the SEQUENCE
826 RSA parse public key - correct values, extra integer inside the SEQUENCE
829 RSA parse public key - correct values, extra integer outside the SEQUENCE
Dtest_suite_pkwrite.function96 * Here we remove the extra "\r" so that "buf" and "check_buf" can be
Dtest_suite_pem.data58 # length read from the decoded ASN.1 data (i.e. extra padding, if any, is ignored).
Dtest_suite_lmots.data114 # This test uses the valid public key for hsslms interop test 1, add an extra
Dtest_suite_pkcs5.data233 PBES2 Decrypt (bad, PBKDF2 params extra data)
Dtest_suite_lms.data222 # This test uses the valid public key for hsslms interop test 1, add an extra
/mbedtls-latest/library/
Dssl_debug_helpers.h44 const char *extra);
61 #define MBEDTLS_SSL_PRINT_EXT(level, hs_msg_type, extension_type, extra) \ argument
64 extra, NULL)
75 #define MBEDTLS_SSL_PRINT_EXT(level, hs_msg_type, extension_type, extra) argument
/mbedtls-latest/tests/
D.gitignore11 /include/alt-extra/psa/crypto_platform_alt.h
12 /include/alt-extra/psa/crypto_struct_alt.h
DMakefile217 rm -f include/alt-extra/*/*_alt.h
238 include/alt-extra/%_alt.h: ../include/%.h
/mbedtls-latest/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.md312 * It has an extra step of converting from `mbedtls_md_type_t` to `const mbedtls_md_info_t *`.
313 * It includes extra fluff such as names and HMAC. This costs code size.
318 * `mbedtls_md_info_t` can become a very thin type. We can't remove the extra function call from the…
372 … dual-dispatch support to other modes/operations in Cipher and keep those extra modules unchanged …
564 The architecture can be extended to support `MBEDTLS_PSA_CRYPTO_CLIENT` with a little extra work. H…
Dpsa-legacy-bridges.md244 * [OPEN] Is there a decent way to convert between `mbedtls_pk_type_t` plus extra information, and `…
251 …fication operation. Therefore the function that creates the PSA key needs extra information to ind…
/mbedtls-latest/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-latest/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-latest/docs/architecture/
Dpsa-shared-memory.md279 This would be more complicated than approach (1) and introduces some extra issues. For example, if …
330extra tooling. It is likely to have good performance as it does not use any sanitizers. However, i…
340 …e beneficial to implement support for both Valgrind and ASan, to give the extra flexibility to cho…
355 …herefore independent of the values of parameters passed to the driver, so extra coverage in these …
363 …raightforward this will be in practice. If this is simple to achieve, the extra coverage and time …
475 Most of the test methods discussed above need extra setup. Some require leaking of buffer bounds, p…
672 …g support. This enables transparent testing with ASan without needing any extra configuration opti…
Dpsa-crypto-implementation-structure.md105 …LS implements some extensions to the PSA API that offer extra integration customization or extra k…
/mbedtls-latest/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-latest/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