Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 28) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/tests/
Dcontext-info.sh103 pass() function
185 pass
/openthread-latest/third_party/mbedtls/repo/
D.pylintrc65 # * 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
DChangeLog1517 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/
Dtest_suite_ccm.function691 // 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)
Dtest_suite_pkparse.function284 void pk_parse_key_encrypted(data_t *buf, data_t *pass, int result)
292 pass->x, pass->len,
Dtest_suite_psa_crypto_low_hash.function54 * guaranteed to work: the core must pass a sufficiently large
143 * guaranteed to work: the core must pass a sufficiently large
Dtest_suite_psa_crypto_entropy.function102 /* This test case is only expected to pass if the signature mechanism
Dmain_test.function151 * \param params The array of parameters to pass to the test function.
Dtest_suite_bignum_random.data193 ## not the case, the tests would still pass, but would not exercise
Dtest_suite_aes.function193 // finally, validate that multiple steps produced same result as single-pass
Dtest_suite_mps.function828 /* Randomly pass a reader object back and forth between lower and
Dtest_suite_bignum.function1281 * functions because the test framework makes it hard to pass this value
Dtest_suite_psa_crypto_se_driver_hal.function656 /* 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/
DOS-template-opaque.jinja5 * entry_point_param(driver): the parameters to pass to the entry point.
DOS-template-transparent.jinja5 * entry_point_param(driver): the parameters to pass to the entry point.
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md238 …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…
Duse-psa-crypto.md87 using the new API in order to get the benefits; it can then pass the
Dpsa-transition.md366 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/
DSTYLE_GUIDE.md91 …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…
DCONTRIBUTING.md134 …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/
Dpsa-storage-format-testing.md23 …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/
Dpsa-driver-interface.md312 …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 …
932pass 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/
Decp_curves_new.c5668 for (size_t pass = 0; pass < 3; pass++) { in ecp_mod_koblitz() local
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md144 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/
DMakefile46 $(OPENSSL) genrsa -aes-128-cbc -passout pass:$(test_ca_pwd_rsa) -out $@ 2048
48 $(OPENSSL) rsa -passin pass:$(test_ca_pwd_rsa) -in $< -out $@

12