Searched refs:extra (Results 1 – 25 of 37) sorted by relevance
12
13 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 …]
10 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 …]
173 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 …]
175 INTEGER 0, extra leading 0181 INTEGER 1, extra leading 0190 INTEGER 0x80, extra leading 0202 INTEGER 0x12345678, extra leading 0208 INTEGER 0x7fffffff, extra leading 0244 INTEGER -1, extra leading ff295 ENUMERATED 0, extra leading 0301 ENUMERATED 1, extra leading 0310 ENUMERATED 0x80, extra leading 0322 ENUMERATED 0x12345678, extra leading 0[all …]
693 // pass 1 extra byte723 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)819 // pass 1 extra byte856 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)
763 RSA parse private key - correct values, extra integer inside the SEQUENCE766 RSA parse private key - correct values, extra integer outside the SEQUENCE826 RSA parse public key - correct values, extra integer inside the SEQUENCE829 RSA parse public key - correct values, extra integer outside the SEQUENCE
96 * Here we remove the extra "\r" so that "buf" and "check_buf" can be
58 # length read from the decoded ASN.1 data (i.e. extra padding, if any, is ignored).
114 # This test uses the valid public key for hsslms interop test 1, add an extra
233 PBES2 Decrypt (bad, PBKDF2 params extra data)
222 # This test uses the valid public key for hsslms interop test 1, add an extra
44 const char *extra);61 #define MBEDTLS_SSL_PRINT_EXT(level, hs_msg_type, extension_type, extra) \ argument64 extra, NULL)75 #define MBEDTLS_SSL_PRINT_EXT(level, hs_msg_type, extension_type, extra) argument
11 /include/alt-extra/psa/crypto_platform_alt.h12 /include/alt-extra/psa/crypto_struct_alt.h
217 rm -f include/alt-extra/*/*_alt.h238 include/alt-extra/%_alt.h: ../include/%.h
91 for extra in $extra_files; do92 suite=${extra%.sh}
155 extra parameter "trailer field" that doesn't vary in practice"). These can be163 - the extra "trailer field" parameter must have its default value
312 * 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…
244 * [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…
6 * nest_indent: number of extra spaces to indent the code to.
60 * **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…
279 This would be more complicated than approach (1) and introduces some extra issues. For example, if …330 …extra 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…
105 …LS implements some extensions to the PSA API that offer extra integration customization or extra k…
15 - 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:
422 p256-m can be compiled with extra instrumentation to mark secret data and501 representation of `n` and scalars would need adapting to allow for an extra