Home
last modified time | relevance | path

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

12

/mbedtls-latest/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_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_psa_crypto_memory.data58 PSA crypto local output free, NULL original buffer
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_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_psa_crypto_low_hash.function71 mbedtls_psa_hash_operation_t operation0; // original
Dtest_suite_psa_crypto_slot_management.function415 /* Check that the original key hasn't changed. */
804 /* After all this, check that the original handle is intact. */
Dtest_suite_pk.function576 * - 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. */
Dtest_suite_ecp.function923 // Copy group and compare with original
Dtest_suite_psa_crypto_driver_wrappers.function2561 * the original plaintext because of the non-optional random
/mbedtls-latest/3rdparty/everest/
DREADME.md3 …ed handshakes. The C code is automatically derived from the (verified) [original implementation](h…
/mbedtls-latest/
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
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…
DCONTRIBUTING.md93 The copyright on contributions is retained by the original authors of the code. Where possible for …
DChangeLog1631 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/
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…
/mbedtls-latest/library/
Dpsa_crypto_core.h967 uint8_t *original; member
Dpsa_crypto.c9228 local_output->original = output;
9241 if (local_output->original == NULL) {
9247 local_output->original, local_output->length);
/mbedtls-latest/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.
Dmd-cipher-dispatch.md12 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/
DREADME.md1 *This is the original README for the p256-m repository. Please note that as
/mbedtls-latest/docs/
D3.0-migration-guide.md325 original names of those functions. The renamed functions are:

12