/openthread-latest/third_party/mbedtls/repo/tests/ |
D | context-info.sh | 103 pass() function 185 pass
|
/openthread-latest/third_party/mbedtls/repo/ |
D | .pylintrc | 65 # * unnecessary-pass: If we take the trouble of adding a line with "pass", 67 …sable=locally-disabled,locally-enabled,logging-format-interpolation,no-else-return,unnecessary-pass
|
D | ChangeLog | 1517 no longer pass the associated data to mbedtls_gcm_starts(), but to the 1876 CMAC block cipher, and still pass the CMAC self test. 2289 * Only pass -Wformat-signedness to versions of GCC that support it. Reported 2315 psa_register_se_driver() must be modified to pass the driver's location 2578 * In the PSA API, forbid zero-length keys. To pass a zero-length input to a 3566 * In test_suite_pk, pass valid parameters when testing for hash length 4159 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ccm.function | 691 // pass full auth data 693 // pass 1 extra byte 721 // pass incomplete auth data 723 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte) 817 // pass full text 819 // pass 1 extra byte 854 // pass incomplete text 856 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)
|
D | test_suite_pkparse.function | 284 void pk_parse_key_encrypted(data_t *buf, data_t *pass, int result) 292 pass->x, pass->len,
|
D | test_suite_psa_crypto_low_hash.function | 54 * guaranteed to work: the core must pass a sufficiently large 143 * guaranteed to work: the core must pass a sufficiently large
|
D | test_suite_psa_crypto_entropy.function | 102 /* This test case is only expected to pass if the signature mechanism
|
D | main_test.function | 151 * \param params The array of parameters to pass to the test function.
|
D | test_suite_bignum_random.data | 193 ## not the case, the tests would still pass, but would not exercise
|
D | test_suite_aes.function | 193 // finally, validate that multiple steps produced same result as single-pass
|
D | test_suite_mps.function | 828 /* Randomly pass a reader object back and forth between lower and
|
D | test_suite_bignum.function | 1281 * functions because the test framework makes it hard to pass this value
|
D | test_suite_psa_crypto_se_driver_hal.function | 656 /* Smoke test a key. There are mostly no wrong answers here since we pass
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
D | OS-template-opaque.jinja | 5 * entry_point_param(driver): the parameters to pass to the entry point.
|
D | OS-template-transparent.jinja | 5 * entry_point_param(driver): the parameters to pass to the entry point.
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 238 …de and the nonce (IV). Call the new function `mbedtls_gcm_update_ad()` to pass the associated data. 239 …o indicate the actual output length. In Mbed TLS 2.x, applications had to pass inputs consisting o… 466 The migration path is to pass the correct value to those functions. 488 You now need to pass a properly seeded, cryptographically secure RNG to all 490 pass `NULL` as the context pointer `p_rng` if your RNG function doesn't need a 495 `f_rng` argument but must allow users to pass one anyway. 503 You now need to pass a properly seeded, cryptographically secure RNG when 561 extension included in a CSR as critical. To get the previous behavior pass 0. 1022 …ls_x509_crt_verify_with_profile` instead of `mbedtls_x509_crt_verify` and pass a profile that allo…
|
D | use-psa-crypto.md | 87 using the new API in order to get the benefits; it can then pass the
|
D | psa-transition.md | 366 4. For a one-shot operation, call `mbedtls_cipher_crypt`. To pass the input in multiple parts, call… 391 4. Call `mbedtls_cipher_update_ad` to pass the unencrypted additional data. 392 5. Call `mbedtls_cipher_update` as many times as necessary to pass the input plaintext or ciphertex… 617 …for the salt used during the extraction step. You may repeat this step to pass the salt in pieces … 638 If your application mixes uses of the PSA crypto API and the mbedtls API and you need to pass an RN… 683 The following table lists the relevant usage flags for asymmetric cryptography. You can pass those … 780 …lity. Note that if you want to export the generated private key, you must pass the flag [`PSA_KEY_…
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 91 …whether they should be passed by value or by constant reference; however, pass-by-value should gen… 117 … build target is included in OpenThread's continuous integration and must pass before a pull reque…
|
D | CONTRIBUTING.md | 134 …run` jobs button.) If the failure is intermittent, the check will usually pass after rerunning onc…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 23 …f Mbed TLS, where the test case parameters include both the parameters to pass to key creation and…
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 312 …iver, it might not allow the core to retrieve the intermediate output and pass it to another drive… 430 Some key derivation algorithms take long inputs which it would not be practical to pass in the [ini… 834 …t` buffer in bytes. This size should be large enough to allow a driver to pass unconditioned data … 932 …pass an amount of entropy corresponding to the expected security strength of the device (for examp… 979 …f $\mathtt{entropy_size}$ bytes. Therefore $F_k(0)$ is a suitable value to pass to `"add_entropy"`. 1262 …_SMALL`: `key_buffer_size` is insufficient. In this case, the driver must pass the key's attribute… 1266 The core will pass authorized requests to destroy a built-in key to the [`"destroy_key"`](#key-mana…
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ecp_curves_new.c | 5668 for (size_t pass = 0; pass < 3; pass++) { in ecp_mod_koblitz() local
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 144 Some cryptographic mechanisms are naturally implemented by processing the input in a single pass, w… 192 … the PSA API, but likely to come one day) (one full pass to calculate the IV, then another full pa…
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
D | Makefile | 46 $(OPENSSL) genrsa -aes-128-cbc -passout pass:$(test_ca_pwd_rsa) -out $@ 2048 48 $(OPENSSL) rsa -passin pass:$(test_ca_pwd_rsa) -in $< -out $@
|