Home
last modified time | relevance | path

Searched refs:master (Results 1 – 20 of 20) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.sh10 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/
DREADME.md5 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/
Dtest_suite_aes.function6 * 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));
Dtest_suite_ssl.function2044 TEST_ASSERT(memcmp(original.master,
2045 restored.master, sizeof(original.master)) == 0);
Dtest_suite_ssl.data2808 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)
Dtest_suite_psa_crypto.data6041 # Label: "master secret"
/openthread-latest/tools/gerrit/
DREADME.md26 ~/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/
Dindex.rst1 .. Thread Harness Automation documentation master file, created by
/openthread-latest/third_party/mbedtls/repo/docs/
Dindex.rst1 .. Mbed TLS Versioned documentation master file, created by
D3.0-migration-guide.md770 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/
DREADME.md3 …iginal implementation](https://github.com/project-everest/hacl-star/tree/master/code/curve25519) i…
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c418 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/
DDockerfile9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
/openthread-latest/tests/toranj/
Dstart.sh92 …git clone --depth=1 --branch=master https://github.com/openthread/wpantund.git || die "wpandtund c…
DREADME_NCP.md16 …read/wpantund/blob/master/INSTALL.md#wpantund-installation-guide). Note that `toranj` expects `wpa…
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c1690 memset(session->master, 17, sizeof(session->master)); in mbedtls_test_ssl_tls12_populate_session()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1255 unsigned char MBEDTLS_PRIVATE(master)[48]; /*!< the master secret */
/openthread-latest/doc/
DDoxyfile.in1301 # YES) or that it should be included in the master .chm file ( NO).
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md1033 …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/
DChangeLog4210 * Added a key extraction callback to accees the master secret and key