Searched refs:app (Results 1 – 8 of 8) sorted by relevance
/mbedtls-latest/scripts/ |
D | generate_visualc_files.pl | 181 for my $app ( @app_list ) { 182 gen_app( $app, $vsx_tpl, $vsx_dir, $vsx_ext );
|
/mbedtls-latest/library/ |
D | ssl_tls13_keys.c | 685 handshake->tls13_master_secrets.app); in ssl_tls13_key_schedule_stage_application() 693 handshake->tls13_master_secrets.app, PSA_HASH_LENGTH(hash_alg)); in ssl_tls13_key_schedule_stage_application() 1626 hash_alg, handshake->tls13_master_secrets.app, in ssl_tls13_generate_application_keys() 1769 handshake->tls13_master_secrets.app, in mbedtls_ssl_tls13_compute_resumption_master_secret()
|
D | ssl_misc.h | 1008 unsigned char app[MBEDTLS_TLS1_3_MD_MAX_SIZE]; member
|
/mbedtls-latest/tests/suites/ |
D | test_suite_ssl.data | 579 Sending app data via TLS, MFL=512 without fragmentation 583 Sending app data via TLS, MFL=512 with fragmentation 587 Sending app data via TLS, MFL=1024 without fragmentation 591 Sending app data via TLS, MFL=1024 with fragmentation 595 Sending app data via TLS, MFL=2048 without fragmentation 599 Sending app data via TLS, MFL=2048 with fragmentation 603 Sending app data via TLS, MFL=4096 without fragmentation 607 Sending app data via TLS, MFL=4096 with fragmentation 611 Sending app data via TLS without MFL and without fragmentation 614 Sending app data via TLS without MFL and with fragmentation [all …]
|
D | test_suite_ssl.function | 3779 "EarlyData: deprotect and discard app data records."; 4857 "EarlyData: deprotect and discard app data records.");
|
/mbedtls-latest/ |
D | Makefile | 72 $(VISUALC_FILES): $(gen_file_dep) scripts/data_files/vs2017-app-template.vcxproj
|
D | ChangeLog | 4996 * Fix DER output of gen_key app (found by Gergely Budai) 5043 * cert_write app should use subject of issuer certificate as issuer of cert 5189 * EC key generation support in gen_key app 5214 * crypt_and_hash app checks MAC before final decryption 5452 * crypt_and_hash app checks MAC before final decryption
|
/mbedtls-latest/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 173 The state transition diagram can be generated in https://app.diagrams.net/ via this [url](https://v…
|