Searched refs:original (Results 1 – 25 of 30) sorted by relevance
12
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.function | 1376 * 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 …]
|
D | test_suite_pkcs1_v15.function | 177 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,
|
D | test_suite_psa_crypto_memory.function | 173 TEST_ASSERT(local_output.original == output); 179 local_output.original = NULL; 202 local_output.original = output;
|
D | test_suite_psa_crypto_memory.data | 58 PSA crypto local output free, NULL original buffer
|
D | test_suite_aes.function | 22 // 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. */
|
D | test_suite_mps.function | 364 * 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
|
D | test_suite_psa_crypto_low_hash.function | 71 mbedtls_psa_hash_operation_t operation0; // original
|
D | test_suite_rsa.function | 501 /* 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.
|
D | test_suite_pk.function | 527 * - 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. */
|
D | test_suite_psa_crypto_slot_management.function | 390 /* Check that the original key hasn't changed. */ 779 /* After all this, check that the original handle is intact. */
|
D | test_suite_ecp.function | 923 // Copy group and compare with original
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/ |
D | README.md | 3 …ed handshakes. The C code is automatically derived from the (verified) [original implementation](h…
|
/openthread-latest/third_party/tcplp/ |
D | README.md | 16 taken from FreeBSD retain their original copyright notices and licenses (which
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | crypto_knowledge.py | 17 def short_expression(original: str, level: int = 0) -> str: 25 short = original
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_core.h | 917 uint8_t *original; member
|
D | psa_crypto.c | 9135 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/ |
D | LICENSE | 51 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/ |
D | LICENSE | 51 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
|
D | CONTRIBUTING.md | 93 The copyright on contributions is retained by the original authors of the code. Where possible for …
|
D | README.md | 318 …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/ |
D | psa-shared-memory.md | 326 …original. 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/ |
D | CONTRIBUTING.md | 86 …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/ |
D | psa-legacy-bridges.md | 313 …low both encrypt/decrypt and sign/verify regardless of the original key's policy. The original key…
|
D | psa-limitations.md | 102 configurable in the original scheme; 0xBC is used everywhere in practice.
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 1 *This is the original README for the p256-m repository. Please note that as
|
12