| /optee_os/ta/ |
| H A D | ta.mk | 35 ta-mk-file-export-vars-$(sm) += CFG_TA_FLOAT_SUPPORT 36 ta-mk-file-export-vars-$(sm) += CFG_CACHE_API 37 ta-mk-file-export-vars-$(sm) += CFG_SECURE_DATA_PATH 38 ta-mk-file-export-vars-$(sm) += CFG_TA_MBEDTLS_SELF_TEST 39 ta-mk-file-export-vars-$(sm) += CFG_TA_MBEDTLS 40 ta-mk-file-export-vars-$(sm) += CFG_TA_MBEDTLS_MPI 41 ta-mk-file-export-vars-$(sm) += CFG_SYSTEM_PTA 42 ta-mk-file-export-vars-$(sm) += CFG_FTRACE_SUPPORT 43 ta-mk-file-export-vars-$(sm) += CFG_UNWIND 44 ta-mk-file-export-vars-$(sm) += CFG_TA_MCOUNT [all …]
|
| /optee_os/ |
| H A D | .gitattributes | 2 .gitignore export-ignore 3 .gitattributes export-ignore 4 .travis.yml export-ignore 5 .github export-ignore 6 .shippable.yml export-ignore
|
| H A D | Makefile | 3 # It can happen that a makefile calls us, which contains an 'export' directive 11 # can safely cancel this export mechanism. Unfortunately, it can't be done 118 ${q}find $(PWD) -name "*.[chSs]" | grep -v export-ta_ | \
|
| /optee_os/core/arch/riscv/ |
| H A D | riscv.mk | 231 ta-mk-file-export-vars-ta_rv32 += CFG_RV32_ta_rv32 232 ta-mk-file-export-vars-ta_rv32 += ta_rv32-platform-cppflags 233 ta-mk-file-export-vars-ta_rv32 += ta_rv32-platform-cflags 234 ta-mk-file-export-vars-ta_rv32 += ta_rv32-platform-aflags 235 ta-mk-file-export-vars-ta_rv32 += ta_rv32-platform-cxxflags 237 ta-mk-file-export-add-ta_rv32 += CROSS_COMPILE ?= riscv32-unknown-linux-gnu-_nl_ 238 ta-mk-file-export-add-ta_rv32 += CROSS_COMPILE32 ?= $$(CROSS_COMPILE)_nl_ 239 ta-mk-file-export-add-ta_rv32 += CROSS_COMPILE_ta_rv32 ?= $$(CROSS_COMPILE32)_nl_ 240 ta-mk-file-export-add-ta_rv32 += COMPILER ?= gcc_nl_ 241 ta-mk-file-export-add-ta_rv32 += COMPILER_ta_rv32 ?= $$(COMPILER)_nl_ [all …]
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 32 export PATH=/tmp/linux/scripts:$PATH 332 export ARCH=riscv 334 export CROSS_COMPILE64="ccache riscv64-linux-gnu-" 363 export LC_ALL=C 364 export PATH=/usr/local/bin:$PATH # clang 365 export FORCE_UNSAFE_CONFIGURE=1 # Prevent Buildroot error when building as root 366 export CFG_DEBUG_INFO=n 367 export CFG_WERROR=y 368 export CROSS_COMPILE32="ccache arm-linux-gnueabihf-" 369 export CROSS_COMPILE6 [all...] |
| /optee_os/core/arch/arm/ |
| H A D | arm.mk | 364 ta-mk-file-export-vars-ta_arm32 += CFG_ARM32_ta_arm32 365 ta-mk-file-export-vars-ta_arm32 += ta_arm32-platform-cppflags 366 ta-mk-file-export-vars-ta_arm32 += ta_arm32-platform-cflags 367 ta-mk-file-export-vars-ta_arm32 += ta_arm32-platform-aflags 368 ta-mk-file-export-vars-ta_arm32 += ta_arm32-platform-cxxflags 370 ta-mk-file-export-add-ta_arm32 += CROSS_COMPILE ?= arm-linux-gnueabihf-_nl_ 371 ta-mk-file-export-add-ta_arm32 += CROSS_COMPILE32 ?= $$(CROSS_COMPILE)_nl_ 372 ta-mk-file-export-add-ta_arm32 += CROSS_COMPILE_ta_arm32 ?= $$(CROSS_COMPILE32)_nl_ 373 ta-mk-file-export-add-ta_arm32 += COMPILER ?= gcc_nl_ 374 ta-mk-file-export-add-ta_arm32 += COMPILER_ta_arm32 ?= $$(COMPILER)_nl_ [all …]
|
| /optee_os/core/lib/libtomcrypt/src/pk/dh/ |
| H A D | dh_export.c | 9 Export a DH key to a binary packet 13 @param key The key you wish to export 27 /* export x - private key */ in dh_export() 38 /* export y - public key */ in dh_export()
|
| H A D | dh_export_key.c | 9 Binary export a DH key to a buffer 13 @param key The key you wish to export
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_ansi_x963_export.c | 13 /** ECC X9.63 (Sec. 4.3.6) uncompressed export 14 @param key Key to export 15 @param out [out] destination of export
|
| H A D | ecc_get_key.c | 8 /** Export raw public or private key (public keys = ANS X9.63 compressed or uncompressed; private k… 9 @param out [out] destination of export 12 @param key Key to export
|
| H A D | ecc_export.c | 14 Export an ECC key as a binary packet 17 @param type The type of key you want to export (PK_PRIVATE or PK_PUBLIC) 18 @param key The key to export
|
| /optee_os/core/lib/libtomcrypt/src/pk/x25519/ |
| H A D | x25519_export.c | 7 Export a X25519 key to a binary packet, Steffen Jaeckel 13 Export a X25519 key to a binary packet 17 @param key The key you wish to export
|
| /optee_os/core/lib/libtomcrypt/src/pk/ed25519/ |
| H A D | ed25519_export.c | 7 Export an Ed25519 key to a binary packet, Steffen Jaeckel 13 Export an Ed25519 key to a binary packet 17 @param key The key you wish to export
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_ecp.h | 80 /** 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.
|
| H A D | psa_crypto_rsa.h | 62 /** 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.
|
| H A D | check_crypto_config.h | 103 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"
|
| H A D | psa_crypto_ffdh.h | 50 /** 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.
|
| H A D | psa_crypto_driver_wrappers.h | 129 /* 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() 393 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_verify_hash() 522 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_sign_hash_start() 614 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_verify_hash_start() 881 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_import_key() 1088 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_cipher_encrypt() 1178 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_cipher_decrypt() 1255 /* Key is stored in the slot in export representation, so in psa_driver_wrapper_cipher_encrypt_setup() [all …]
|
| /optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
| H A D | dsa_export.c | 7 DSA implementation, export key, Tom St Denis 13 Export a DSA key to a binary packet 16 @param type The type of key to export (PK_PRIVATE or PK_PUBLIC) 17 @param key The key to export
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_adjust_config_key_pair_types.h | 12 * - Basic support for a keypair type implicilty enables import/export support 74 * BASIC -> IMPORT+EXPORT 80 * EXPORT, GENERATE, DERIVE) we're not planning to have support only for BASIC 81 * without IMPORT/EXPORT since these last 2 features are strongly used in tests. 84 * As a consequence IMPORT and EXPORT features will be automatically enabled
|
| /optee_os/ta/mk/ |
| H A D | build-user-ta.mk | 19 ta-dev-kit-dir$(sm) := $(out-dir)/export-$(ta-target) 69 ta_dev_kit: $(out-dir)/export-$(ta-target)/ta/$(user-ta-uuid).ta 71 $(out-dir)/export-$(ta-target)/ta/$(user-ta-uuid).ta: $(link-out-dir$(sm))/$(user-ta-uuid).ta 76 cleanfiles += $(out-dir)/export-$(ta-target)/ta/$(user-ta-uuid).ta
|
| /optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
| H A D | ec25519_export.c | 7 Generic export of a Curve/Ed25519 key to a binary packet, Steffen Jaeckel 13 Generic export of a Curve/Ed25519 key to a binary packet 17 @param key The key you wish to export
|
| /optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
| H A D | rsa_export.c | 7 Export RSA PKCS keys, Tom St Denis 13 This will export either an RSAPublicKey or RSAPrivateKey [defined in PKCS #1 v2.1] 17 @param key The RSA key to export
|
| /optee_os/core/include/drivers/ |
| H A D | caam_extension.h | 14 * Export the MPMR content. 24 * Export the Manufacturing Protection Public Key.
|
| /optee_os/core/pta/imx/ |
| H A D | manufacturing_protection.c | 34 EMSG("MP public key export failed with code 0x%" PRIx32, res); in mp_get_public_key() 85 EMSG("Manufacturing Protection export MPRM failed 0x%" PRIx32, in mp_signature()
|