Searched refs:extra (Results 1 – 25 of 36) 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 …]
662 // pass 1 extra byte690 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)780 // pass 1 extra byte815 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)
95 * Here we remove the extra "\r" so that "buf" and "check_buf" can be
209 PBES2 Decrypt (bad, PBKDF2 params extra data)
114 # This test uses the valid public key for hsslms interop test 1, add an extra
222 # This test uses the valid public key for hsslms interop test 1, add an extra
106 * but we set an extra check here to emphasize a possible source of errors
39 const char *extra);56 #define MBEDTLS_SSL_PRINT_EXT(level, hs_msg_type, extension_type, extra) \ argument59 extra, NULL)70 #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
236 rm -f include/alt-extra/*/*_alt.h264 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
256 * 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…
1 // Context with added extra 'A' before '==' add the end to simulate bad length of base64 code
6 * nest_indent: number of extra spaces to indent the code to.
147 one unaccounted extra byte")
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…
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:
105 …LS implements some extensions to the PSA API that offer extra integration customization or extra k…
8 …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 …
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