Searched refs:master (Results 1 – 13 of 13) sorted by relevance
/mbedtls-development/programs/psa/ |
A D | key_ladder_demo.sh | 31 if [ -e master.key ]; then 36 "$program" generate master=master.key 42 "$program" wrap master=master.key label=hello label=world \ 47 "$program" unwrap master=master.key label=hello label=world \ 54 …"$program" unwrap master=master.key input=hello_world.wrap output=hellow_orld.txt label=hellow lab… 58 "$program" save master=master.key label=hello \ 61 "$program" unwrap master=hello.key label=world \
|
/mbedtls-development/ |
A D | BRANCHES.md | 5 - The [`master`](https://github.com/ARMmbed/mbedtls/tree/master) branch: 19 API compatibility in the `master` branch across minor version changes (e.g. 71 - [master](https://github.com/ARMmbed/mbedtls/tree/master)
|
A D | BUGS.md | 10 [maintained branch](BRANCHES.md): `master`, `development`,
|
A D | ChangeLog | 2759 * Added a key extraction callback to accees the master secret and key
|
/mbedtls-development/3rdparty/everest/ |
A D | README.md | 3 …iginal implementation](https://github.com/project-everest/hacl-star/tree/master/code/curve25519) i…
|
/mbedtls-development/library/ |
A D | ssl_tls.c | 786 MBEDTLS_SSL_DEBUG_BUF( 3, "master secret", master, 48 ); in ssl_tls12_populate_transform() 969 master, 48, in ssl_tls12_populate_transform() 1135 unsigned char *master, in ssl_compute_master() argument 1225 master, in ssl_compute_master() 1242 master, in ssl_compute_master() 2558 ssl->handshake->tls_prf( session->master, 48, sender, in ssl_calc_finished_tls_sha256() 2634 ssl->handshake->tls_prf( session->master, 48, sender, in ssl_calc_finished_tls_sha384() 4722 + sizeof( session->master ) in ssl_session_save_tls12() 4736 memcpy( p, session->master, 48 ); in ssl_session_save_tls12() 4961 memcpy( session->master, p, 48 ); in ssl_session_load_tls12() [all …]
|
/mbedtls-development/include/mbedtls/ |
A D | ssl.h | 1118 unsigned char MBEDTLS_PRIVATE(master)[48]; /*!< the master secret */
|
/mbedtls-development/tests/suites/ |
A D | test_suite_ssl.function | 1450 memset( session->master, 17, sizeof( session->master ) ); 4131 TEST_ASSERT( memcmp( original.master, 4132 restored.master, sizeof( original.master ) ) == 0 );
|
A D | test_suite_ssl.data | 5988 SSL TLS 1.3 Key schedule: Derive-Secret( ., "e exp master", hash) 6008 SSL TLS 1.3 Key schedule: Derive-Secret( ., "exp master", hash) 6012 SSL TLS 1.3 Key schedule: Derive-Secret( ., "res master", hash)
|
A D | test_suite_psa_crypto.data | 4570 # Label: "master secret"
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 742 is being exported. For TLS 1.2, only the master secret is 755 traffic may derive those by hand based on the master secret and the
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 1049 # it should be included in the master .chm file (NO).
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 596 …ual keys. The representation of a key is the key material wrapped with a master key which is locat…
|
Completed in 75 milliseconds