Home
last modified time | relevance | path

Searched full:export (Results 1 – 25 of 119) sorted by relevance

12345

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_persistent_key.data76 import/export persistent raw key: 1 byte
79 import/export persistent key RSA public key: good, 1024-bit
83 import/export persistent key RSA keypair: good, 1024-bit
87 import/export persistent raw key file not exist: 1 byte
90 import/export persistent key RSA public key file not exist: 1024-bit
94 import/export persistent key RSA keypair file not exist: 1024-bit
98 import/export-persistent symmetric key: 16 bytes
102 import/export persistent raw key with restart: 1 byte
105 import/export persistent key RSA public key with restart: good, 1024-bit
109 import/export persistent key RSA keypair with restart: good, 1024-bit
[all …]
Dtest_suite_psa_crypto_se_driver_hal.data27 SE key import-export persistent (p_allocate allows all slots)
30 SE key import-export persistent (p_allocate allows 1 slot)
33 SE key import-export persistent, check after restart (slot 0)
36 SE key import-export persistent, check after restart (slot 3)
39 SE key import-export volatile (p_allocate allows all slots)
42 SE key import-export volatile (p_allocate allows 1 slot)
45 SE key import-export volatile, check after restart (slot 0)
48 SE key import-export volatile, check after restart (slot 3)
Dtest_suite_psa_crypto.data7 PSA import/export raw: 1 bytes
10 PSA import/export raw: 1 bytes, larger buffer
13 PSA import/export raw: 2 bytes, buffer too small
16 PSA import/export AES-128
20 PSA import/export AES-192
24 PSA import/export AES-256
28 PSA import/export raw: 1 bytes, opaque
32 PSA import/export raw: 1 bytes, larger buffer, opaque
36 PSA import/export raw: 2 bytes, buffer too small, opaque
40 PSA import/export AES-128, opaque
[all …]
Dtest_suite_psa_crypto_se_driver_hal_mocks.data31 SE key exporting mock test: export failed
37 SE public key exporting mock test: export failed
Dtest_suite_pk.data769 PSA attributes for pk: RSA usage=EXPORT (bad)
774 PSA attributes for pk: RSA usage=DECRYPT|EXPORT (bad)
1083 # Try all combinations of COPY/not, EXPORT/not.
1088 PSA attributes for pk: opaque RSA pair, SIGN|EXPORT|... & SIGN_MESSAGE
1096 PSA attributes for pk: opaque RSA pair, SIGN|COPY|EXPORT... & SIGN_MESSAGE
1138 PSA attributes for pk: opaque RSA pair, ... & EXPORT (bad)
1186 PSA attributes for pk: opaque ECC pair, ... & EXPORT (bad)
1333 PSA import into PSA: opaque volatile [export] -> volatile pair
1337 PSA import into PSA: opaque volatile [export] -> persistent pair
1341 PSA import into PSA: opaque volatile [export] -> volatile public
[all …]
Dtest_suite_rsa.data671 RSA Export (N,P,Q,D,E)
674 RSA Export (N,P,Q,D,E), successive
677 RSA Export (N,-,-,D,E)
680 RSA Export (N,-,-,D,E), successive
683 RSA Export (N,P,Q,-,E)
686 RSA Export (N,P,Q,-,E), successive
689 RSA Export (N,-,-,-,E)
692 RSA Export Raw (N,P,Q,D,E)
695 RSA Export Raw (N,P,Q,D,E), successive
698 RSA Export Raw (N,-,-,D,E)
[all …]
Dtest_suite_lmots.data107 LMOTS key import / export test
109 # then exports it. It also checks if the export correctly fails when the export
/openthread-latest/third_party/mbedtls/repo/tests/
Dcompat-in-docker.sh30 "legacy") export OPENSSL="/usr/local/openssl-1.0.1j/bin/openssl";;
31 "next") export OPENSSL="/usr/local/openssl-1.1.1a/bin/openssl";;
36 "legacy") export GNUTLS_CLI="/usr/local/gnutls-3.3.8/bin/gnutls-cli";;
37 "next") export GNUTLS_CLI="/usr/local/gnutls-3.7.2/bin/gnutls-cli";;
42 "legacy") export GNUTLS_SERV="/usr/local/gnutls-3.3.8/bin/gnutls-serv";;
43 "next") export GNUTLS_SERV="/usr/local/gnutls-3.7.2/bin/gnutls-serv";;
Dssl-opt-in-docker.sh30 "legacy") export OPENSSL="/usr/local/openssl-1.0.1j/bin/openssl";;
31 "next") export OPENSSL="/usr/local/openssl-1.1.1a/bin/openssl";;
36 "legacy") export GNUTLS_CLI="/usr/local/gnutls-3.3.8/bin/gnutls-cli";;
37 "next") export GNUTLS_CLI="/usr/local/gnutls-3.7.2/bin/gnutls-cli";;
42 "legacy") export GNUTLS_SERV="/usr/local/gnutls-3.3.8/bin/gnutls-serv";;
43 "next") export GNUTLS_SERV="/usr/local/gnutls-3.7.2/bin/gnutls-serv";;
/openthread-latest/script/
Dtest274 export top_builddir="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}"
275 export top_srcdir="${OT_SRCDIR}"
279 export NODE_TYPE=sim
282 export NODE_TYPE=ncp-sim
287 export top_builddir_1_4_bbr="${OT_BUILDDIR}/openthread-simulation-1.4-bbr"
289 export top_builddir_1_1="${OT_BUILDDIR}/openthread-simulation-1.1"
293 export PYTHONPATH=tests/scripts/thread-cert
302 export top_builddir="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}"
303 export top_srcdir="${OT_SRCDIR}"
306 export top_builddir_1_4_bbr="${OT_BUILDDIR}/openthread-simulation-1.4-bbr"
[all …]
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_ecp.h80 /** Export an ECP key to export representation
82 * \param[in] type The type of key (public/private) to export
83 * \param[in] ecp The internal ECP representation from which to export
84 * \param[out] data The buffer to export to
85 * \param[in] data_size The length of the buffer to export to
94 /** Export an ECP public key or the public part of an ECP key pair in binary
102 * \param[in] attributes The attributes for the key to export.
103 * \param[in] key_buffer Material or context of the key to export.
Dpsa_crypto_rsa.h62 /** Export an RSA key to export representation
64 * \param[in] type The type of key (public/private) to export
65 * \param[in] rsa The internal RSA representation from which to export
66 * \param[out] data The buffer to export to
67 * \param[in] data_size The length of the buffer to export to
76 /** Export a public RSA key or the public part of an RSA key pair in binary
84 * \param[in] attributes The attributes for the key to export.
85 * \param[in] key_buffer Material or context of the key to export.
Dcheck_crypto_config.h103 symbols, where xxx can be: USE, IMPORT, EXPORT, GENERATE, DERIVE"
107 symbols, where xxx can be: USE, IMPORT, EXPORT, GENERATE, DERIVE"
115 symbols, where xxx can be: USE, IMPORT, EXPORT, GENERATE, DERIVE"
119 symbols, where xxx can be: USE, IMPORT, EXPORT, GENERATE, DERIVE"
Dpsa_crypto_ffdh.h50 /** Export a public key or the public part of a DH key pair in binary format.
52 * \param[in] attributes The attributes for the key to export.
53 * \param[in] key_buffer Material or context of the key to export.
Dpsa_crypto_driver_wrappers.h129 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_sign_message()
203 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_verify_message()
290 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_sign_hash()
394 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_verify_hash()
524 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_sign_hash_start()
616 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_verify_hash_start()
882 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_import_key()
1089 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_cipher_encrypt()
1179 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_cipher_decrypt()
1256 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_cipher_encrypt_setup()
[all …]
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_adjust_config_key_pair_types.h10 * - Basic support for a keypair type implicilty enables import/export support
64 * BASIC -> IMPORT+EXPORT
70 * EXPORT, GENERATE, DERIVE) we're not planning to have support only for BASIC
71 * without IMPORT/EXPORT since these last 2 features are strongly used in tests.
74 * As a consequence IMPORT and EXPORT features will be automatically enabled
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh48 export SEED
52 export MAKEFLAGS="-j"
56 # we just export the variables they require
57 export OPENSSL="$OPENSSL"
58 export GNUTLS_CLI="$GNUTLS_CLI"
59 export GNUTLS_SERV="$GNUTLS_SERV"
72 export CFLAGS=' --coverage -g3 -O0 '
73 export LDFLAGS=' --coverage'
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/
Dp256-m_driver_entrypoints.c19 /* INFORMATION ON PSA KEY EXPORT FORMATS:
80 /* See INFORMATION ON PSA KEY EXPORT FORMATS near top of file */ in p256_transparent_import_key()
96 /* We only support the export format for input, so just copy. */ in p256_transparent_import_key()
128 /* See INFORMATION ON PSA KEY EXPORT FORMATS near top of file */ in p256_transparent_export_public_key()
193 /* See INFORMATION ON PSA KEY EXPORT FORMATS near top of file */ in p256_transparent_key_agreement()
254 /* See INFORMATION ON PSA KEY EXPORT FORMATS near top of file */ in p256_verify_hash_with_public_key()
Dp256-m_driver_entrypoints.h53 /** Export SECP256R1 public key, from the private key.
57 * \param[in] key_buffer The private key in the export format.
60 * the export format upon successful return.
/openthread-latest/third_party/mbedtls/repo/programs/test/
Ddlopen_demo.sh30 export LD_LIBRARY_PATH
38 export DYLD_LIBRARY_PATH
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja130 /* Key is stored in the slot in export representation, so
204 /* Key is stored in the slot in export representation, so
291 /* Key is stored in the slot in export representation, so
395 /* Key is stored in the slot in export representation, so
525 /* Key is stored in the slot in export representation, so
617 /* Key is stored in the slot in export representation, so
892 /* Key is stored in the slot in export representation, so
1052 /* Key is stored in the slot in export representation, so
1142 /* Key is stored in the slot in export representation, so
1219 /* Key is stored in the slot in export representation, so
[all …]
/openthread-latest/third_party/mbedtls/repo/
DCMakeLists.txt74 option(DISABLE_PACKAGE_CONFIG_AND_INSTALL "Disable package configuration, target export and install…
411 export(
412 EXPORT MbedTLSTargets
417 EXPORT MbedTLSTargets
423 # Do not export the package by default
427 export(PACKAGE MbedTLS)
/openthread-latest/.github/workflows/
Dsize.yml63 export PATH=$PATH:$HOME/.local/bin
67 export OT_SIZE_REPORTER=./size-report
Dotci.yml87 export PYTHONPATH=./tests/scripts/thread-cert/
88 export OT_CLI=./build/simulation/examples/apps/cli/ot-cli-ftd
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Dkey_app.c271 mbedtls_printf(" failed\n ! could not export RSA parameters\n\n"); in main()
288 mbedtls_printf(" failed\n ! could not export ECC parameters\n\n"); in main()
321 mbedtls_printf(" failed\n ! could not export RSA parameters\n\n"); in main()
331 mbedtls_printf(" failed\n ! could not export ECC parameters\n\n"); in main()

12345