Home
last modified time | relevance | path

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

12

/mbedtls-latest/tests/suites/
Dtest_suite_config.mbedtls_boolean.data5 pass:
9 pass:
13 pass:
17 pass:
21 pass:
25 pass:
29 pass:
33 pass:
37 pass:
41 pass:
[all …]
Dtest_suite_config.psa_boolean.data5 pass:
9 pass:
13 pass:
17 pass:
21 pass:
25 pass:
29 pass:
33 pass:
37 pass:
41 pass:
[all …]
Dtest_suite_config.psa_combinations.data5 pass:
9 pass:
Dtest_suite_config.tls_combinations.data5 pass:
9 pass:
Dtest_suite_config.crypto_combinations.data5 pass:
9 pass:
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.function296 void pk_parse_key_encrypted(data_t *buf, data_t *pass, int result)
304 pass->x, pass->len,
Dtest_suite_config.function10 void pass()
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_pkwrite.function119 /* Intentionally pass a wrong size for the provided output buffer and check
143 /* Intentionally pass a wrong size for the provided output buffer and check
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
/mbedtls-latest/
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
/mbedtls-latest/tests/
Dcontext-info.sh103 pass() function
185 pass
/mbedtls-latest/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.
/mbedtls-latest/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.md82 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_…
/mbedtls-latest/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…
/mbedtls-latest/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…
/mbedtls-latest/library/
Decp_curves_new.c5668 for (size_t pass = 0; pass < 3; pass++) { in ecp_mod_koblitz() local
/mbedtls-latest/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…

12