Searched refs:original (Results 1 – 25 of 26) sorted by relevance
12
/mbedtls-latest/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_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_psa_crypto_memory.data | 58 PSA crypto local output free, NULL original buffer
|
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_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_psa_crypto_low_hash.function | 71 mbedtls_psa_hash_operation_t operation0; // original
|
D | test_suite_psa_crypto_slot_management.function | 415 /* Check that the original key hasn't changed. */ 804 /* After all this, check that the original handle is intact. */
|
D | test_suite_pk.function | 576 * - Usage is the copied from the original private key, but the PSA_KEY_USAGE_EXPORT 579 * - Algorithm is copied from the original key pair. 620 * the original one. */
|
D | test_suite_ecp.function | 923 // Copy group and compare with original
|
D | test_suite_psa_crypto_driver_wrappers.function | 2561 * the original plaintext because of the non-optional random
|
/mbedtls-latest/3rdparty/everest/ |
D | README.md | 3 …ed handshakes. The C code is automatically derived from the (verified) [original implementation](h…
|
/mbedtls-latest/ |
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 | 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…
|
D | CONTRIBUTING.md | 93 The copyright on contributions is retained by the original authors of the code. Where possible for …
|
D | ChangeLog | 1631 slower than the original non-constant-flow implementation, but much faster 2551 macros). This would cause the original Lucky 13 attack to be possible in 3442 original Lucky 13 attack. Found by Kenny Paterson, Eyal Ronen and Adi 4089 * Fix behaviour that hid the original cause of fatal alerts in some cases
|
/mbedtls-latest/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…
|
/mbedtls-latest/library/ |
D | psa_crypto_core.h | 967 uint8_t *original; member
|
D | psa_crypto.c | 9228 local_output->original = output; 9241 if (local_output->original == NULL) { 9247 local_output->original, local_output->length);
|
/mbedtls-latest/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.
|
D | md-cipher-dispatch.md | 12 A difference between the original strategy and the current one is that in this work, we are not tre…
|
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | README.md | 1 *This is the original README for the p256-m repository. Please note that as
|
/mbedtls-latest/docs/ |
D | 3.0-migration-guide.md | 325 original names of those functions. The renamed functions are:
|
12