Searched refs:master (Results 1 – 20 of 20) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | key_ladder_demo.sh | 10 create a master key, derive a key from it and use that derived key to 18 if [ -e master.key ]; then 23 "$program" generate master=master.key 29 "$program" wrap master=master.key label=hello label=world \ 34 "$program" unwrap master=master.key label=hello label=world \ 41 …"$program" unwrap master=master.key input=hello_world.wrap output=hellow_orld.txt label=hellow lab… 45 "$program" save master=master.key label=hello \ 48 "$program" unwrap master=hello.key label=world \
|
/openthread-latest/third_party/build_gn/ |
D | README.md | 5 https://gn.googlesource.com/gn/+/refs/heads/master/examples/simple_build/build 13 [LICENSE](https://gn.googlesource.com/gn/+/refs/heads/master/LICENSE)
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_aes.function | 6 * master, enc and dec must be AES context objects. They don't need to 11 mbedtls_aes_context *master, 23 mbedtls_aes_init(master); 24 TEST_ASSERT(mbedtls_aes_setkey_enc(master, key->x, 26 TEST_ASSERT(mbedtls_aes_crypt_ecb(master, MBEDTLS_AES_ENCRYPT, 28 *enc = *master; 31 mbedtls_aes_init(master); 32 TEST_ASSERT(mbedtls_aes_setkey_dec(master, key->x, 34 *dec = *master; 37 memset(master, 0, sizeof(*master));
|
D | test_suite_ssl.function | 2044 TEST_ASSERT(memcmp(original.master, 2045 restored.master, sizeof(original.master)) == 0);
|
D | test_suite_ssl.data | 2808 SSL TLS 1.3 Key schedule: Derive-Secret( ., "e exp master", hash) 2833 SSL TLS 1.3 Key schedule: Derive-Secret( ., "exp master", hash) 2838 SSL TLS 1.3 Key schedule: Derive-Secret( ., "res master", hash)
|
D | test_suite_psa_crypto.data | 6041 # Label: "master secret"
|
/openthread-latest/tools/gerrit/ |
D | README.md | 26 ~/sw/openthread $ ./tools/gerrit/git-squash-merge.sh github/master "OpenThread GitHub sync" 31 Squash merge 'github/master' into 'HEAD' 63 Successfully squash merged branch 'github/master' into 'HEAD'
|
/openthread-latest/tools/harness-automation/doc/ |
D | index.rst | 1 .. Thread Harness Automation documentation master file, created by
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | index.rst | 1 .. Mbed TLS Versioned documentation master file, created by
|
D | 3.0-migration-guide.md | 770 is being exported. For TLS 1.2, only the master secret is 783 traffic may derive those by hand based on the master secret and the
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/ |
D | README.md | 3 …iginal implementation](https://github.com/project-everest/hacl-star/tree/master/code/curve25519) i…
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ssl_tls.c | 418 const unsigned char master[48], 3426 + sizeof(session->master) in ssl_tls12_session_save() 3434 memcpy(p, session->master, 48); in ssl_tls12_session_save() 3583 memcpy(session->master, p, 48); in ssl_tls12_session_load() 5342 ssl->session->master, in ssl_context_load() 7009 unsigned char *master, in ssl_compute_master() argument 7121 master, in ssl_compute_master() 7182 master, in ssl_compute_master() 7218 ssl->session_negotiate->master, in mbedtls_ssl_derive_keys() 7239 ssl->session_negotiate->master, in mbedtls_ssl_derive_keys() [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/ |
D | Dockerfile | 9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
|
/openthread-latest/tests/toranj/ |
D | start.sh | 92 …git clone --depth=1 --branch=master https://github.com/openthread/wpantund.git || die "wpandtund c…
|
D | README_NCP.md | 16 …read/wpantund/blob/master/INSTALL.md#wpantund-installation-guide). Note that `toranj` expects `wpa…
|
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/ |
D | ssl_helpers.c | 1690 memset(session->master, 17, sizeof(session->master)); in mbedtls_test_ssl_tls12_populate_session()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | ssl.h | 1255 unsigned char MBEDTLS_PRIVATE(master)[48]; /*!< the master secret */
|
/openthread-latest/doc/ |
D | Doxyfile.in | 1301 # YES) or that it should be included in the master .chm file ( NO).
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 1033 …ual keys. The representation of a key is the key material wrapped with a master key which is locat…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 4210 * Added a key extraction callback to accees the master secret and key
|