Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 30) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function1376 * and yields the original record.
1985 mbedtls_ssl_session original, restored;
1992 mbedtls_ssl_session_init(&original);
2003 &original, 0, endpoint_type) == 0);
2010 &original, ticket_len, endpoint_type, crt_file) == 0);
2015 TEST_ASSERT(mbedtls_ssl_session_save(&original, NULL, 0, &len)
2018 TEST_ASSERT(mbedtls_ssl_session_save(&original, buf, len, &len)
2029 TEST_ASSERT(original.start == restored.start);
2032 TEST_ASSERT(original.ticket_creation_time == restored.ticket_creation_time);
2036 TEST_ASSERT(original.tls_version == restored.tls_version);
[all …]
Dtest_suite_pkcs1_v15.function177 unsigned char original[128];
216 memcpy(original, input->x, input->len);
217 memset(original + input->len, 'd', sizeof(original) - input->len);
218 TEST_ASSERT(mbedtls_rsa_public(&ctx, original, intermediate) == 0);
228 TEST_ASSERT(memcmp(original + sizeof(N) - output_length,
Dtest_suite_psa_crypto_memory.function173 TEST_ASSERT(local_output.original == output);
179 local_output.original = NULL;
202 local_output.original = output;
Dtest_suite_psa_crypto_memory.data58 PSA crypto local output free, NULL original buffer
Dtest_suite_aes.function22 // Set key and encrypt with original context
30 // Set key for decryption with original context
36 // Wipe the original context to make sure nothing from it is used
650 * of the original and of the copies. */
Dtest_suite_mps.function364 * sufficient to fulfill the original read request.
365 * - The consumer retries the original read request, which
488 * to fulfill the original request, and the reader needs to do
990 * producer until the original read request can be fulfilled.
991 * - The consumer does not repeat the original request but
Dtest_suite_psa_crypto_low_hash.function71 mbedtls_psa_hash_operation_t operation0; // original
Dtest_suite_rsa.function501 /* clear the original to be sure */
570 /* clear the original to be sure */
1070 * Export parameters and compare to original ones.
1216 * Export parameters and compare to original ones.
Dtest_suite_pk.function527 * - Usage is the copied from the original private key, but the PSA_KEY_USAGE_EXPORT
530 * - Algorithm is copied from the original key pair.
571 * the original one. */
2746 /* Decrypt with key pair PK context and compare with original data. */
2753 /* Decrypt with PSA private key directly and compare with original data. */
2760 * and compare with original data. */
Dtest_suite_psa_crypto_slot_management.function390 /* Check that the original key hasn't changed. */
779 /* After all this, check that the original handle is intact. */
Dtest_suite_ecp.function923 // Copy group and compare with original
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/
DREADME.md3 …ed handshakes. The C code is automatically derived from the (verified) [original implementation](h…
/openthread-latest/third_party/tcplp/
DREADME.md16 taken from FreeBSD retain their original copyright notices and licenses (which
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dcrypto_knowledge.py17 def short_expression(original: str, level: int = 0) -> str:
25 short = original
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_core.h917 uint8_t *original; member
Dpsa_crypto.c9135 local_output->original = output; in psa_crypto_local_output_alloc()
9148 if (local_output->original == NULL) { in psa_crypto_local_output_free()
9154 local_output->original, local_output->length); in psa_crypto_local_output_free()
/openthread-latest/third_party/mbedtls/repo/framework/
DLICENSE51 represent, as a whole, an original work of authorship. For the purposes
57 the original version of the Work and any modifications or additions
260 want its recipients to know that what they have is not the original, so
261 that any problems introduced by others will not reflect on the original
405 original licensor to copy, distribute or modify the Program subject to
445 original copyright holder who places the Program under this License
/openthread-latest/third_party/mbedtls/repo/
DLICENSE51 represent, as a whole, an original work of authorship. For the purposes
57 the original version of the Work and any modifications or additions
260 want its recipients to know that what they have is not the original, so
261 that any problems introduced by others will not reflect on the original
405 original licensor to copy, distribute or modify the Program subject to
445 original copyright holder who places the Program under this License
DCONTRIBUTING.md93 The copyright on contributions is retained by the original authors of the code. Where possible for …
DREADME.md318 …er projects. This code is located within the `3rdparty/` directory. The original license text is i…
321 …the [p256-m](https://github.com/mpg/p256-m) repository. The code in the original repository is dis…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md326original. For input buffers, keep a copy of the original and copy it back once the PSA function re…
536 uint8_t *original;
542 …output copies, we keep a pointer to the original buffer so that it is easy to perform a writeback …
565 …fer in the struct `local_output`. It also stores a pointer to `output` in `local_output->original`.
566 …the output buffer `local_output->buffer` into the buffer `local_output->original`, calls `free()` …
582 …al_output_t` is in an invalid state (the copy pointer is valid, but the original pointer is `NULL`…
594 …n retain the original variable name as the name of the local copy while using a new name (e.g. wit…
/openthread-latest/
DCONTRIBUTING.md86 …hings to clean up your branch and make it as simple as possible for the original repo's maintainer…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md313 …low both encrypt/decrypt and sign/verify regardless of the original key's policy. The original key…
Dpsa-limitations.md102 configurable in the original scheme; 0xBC is used everywhere in practice.
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md1 *This is the original README for the p256-m repository. Please note that as

12