Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 25 of 31) sorted by relevance

12

/trusted-firmware-a-latest/tools/cert_create/src/
Dkey.c29 key_t *keys; variable
303 keys = malloc((num_def_keys * sizeof(def_keys[0])) in key_init()
309 if (keys == NULL) { in key_init()
314 memcpy(&keys[0], &def_keys[0], (num_def_keys * sizeof(def_keys[0]))); in key_init()
316 memcpy(&keys[num_def_keys], &pdef_keys[0], in key_init()
326 key = &keys[i]; in key_init()
348 key = &keys[i]; in key_get_by_opt()
362 EVP_PKEY_free(keys[i].key); in key_cleanup()
363 if (keys[i].fn != NULL) { in key_cleanup()
364 void *ptr = keys[i].fn; in key_cleanup()
[all …]
Dmain.c235 key = &keys[ext->attr.key]; in check_cmd_params()
437 if (!key_new(&keys[i])) { in main()
444 err_code = key_load(&keys[i]); in main()
454 ERROR("Error loading '%s'\n", keys[i].fn); in main()
462 NOTICE("Creating new key for '%s'\n", keys[i].desc); in main()
463 if (!key_create(&keys[i], key_alg, key_size)) { in main()
464 ERROR("Error creating key '%s'\n", keys[i].desc); in main()
469 ERROR("Error opening '%s'\n", keys[i].fn); in main()
471 ERROR("Key '%s' not specified\n", keys[i].desc); in main()
540 EXT_CRIT, keys[ext->attr.key].key)); in main()
[all …]
Dcert.c103 EVP_PKEY *pkey = keys[cert->key].key; in cert_new()
105 EVP_PKEY *ikey = keys[issuer_cert->key].key; in cert_new()
/trusted-firmware-a-latest/tools/sptool/
Dsp_mk_generator.py63 if "sp_gen_mk" not in args.keys():
67 if "out_dir" not in args.keys() or not os.path.isdir(args["out_dir"]):
71 if "sp_layout_dir" not in args.keys() or not os.path.isdir(args["sp_layout_dir"]):
98 if type(node) is dict and "file" in node.keys():
104 if type(node) is dict and "offset" in node.keys():
147 if len(sp_layout.keys()) > MAX_SP:
194 args["sip_max_count"] = len(sp_layout.keys()) - args["plat_max_count"]
220 sp_pkg_idx = [k for k in sp_layout.keys()].index(sp) + 1
238 if "physical-load-address" in sp_layout[sp].keys():
Dspactions.py104 for sp in sp_layout.keys():
/trusted-firmware-a-latest/plat/arm/board/common/
Dboard_common.mk26 $(warning Development keys support for FVP is deprecated. Use `regs` \
34 $(warning Development keys support for FVP is deprecated. Use `regs` \
40 $(warning Development keys support for FVP is deprecated. Use `regs` \
50 $(warning Development keys support for FVP is deprecated. Use `regs` \
/trusted-firmware-a-latest/tools/cert_create/include/
Dkey.h97 extern key_t *keys;
/trusted-firmware-a-latest/plat/arm/board/common/protpk/
DREADME1 This directory contains some development keys to be used as the platform
/trusted-firmware-a-latest/drivers/nxp/auth/csf_hdr_parser/
Dinput_blx_ch215 # Specify the file name of the keys separated by comma.
Dinput_bl2_ch220 # Specify the file name of the keys separated by comma.
/trusted-firmware-a-latest/plat/arm/board/common/swd_rotpk/
DREADME1 This directory contains some development keys to be used as the secure world
/trusted-firmware-a-latest/docs/plat/nxp/
Dnxp-ls-tbbr.rst25 -- It is the 256 bit hash of the list of the public keys of the SRK key pair.
34 Refer fuse frovisioning readme 'nxp-ls-fuse-prov.rst' for steps to blow these keys.
57 - SAVE_KEYS=1 saves the keys and certificates, if GENERATE_COT=1.
58 …-- For this to work, file name for cert and keys are provided as part of compilation or build com…
101 -- These keys can be generated using gen_keys tool of CST.
/trusted-firmware-a-latest/tools/marvell/doimage/secure/
Dsec_img_7K.cfg5 # CSK keys array - 16 entries total.
Dsec_img_8K.cfg5 # CSK keys array - 16 entries total.
/trusted-firmware-a-latest/docs/design/
Dtrusted-board-boot.rst41 certificates are used to verify public keys which have been used to sign content
46 for more details.. The public keys and hashes are included as non-standard
49 The keys used to establish the CoT are:
68 - **BL3X keys**
159 non-trusted world public keys from the verified certificate.
219 and keys as inputs and generates the certificates (in DER format) required to
220 establish the CoT. The input keys must either be a file in PEM format or a
221 PKCS11 URI in case a HSM is used. New keys can be generated by the tool in
Dtrusted-board-boot-build.rst68 Example of command line using RSA development keys:
/trusted-firmware-a-latest/tools/memory/memory/
Dbuildparser.py88 return sorted(self._modules.keys())
Delfparser.py101 if n not in self._segments.keys():
Dprinter.py82 if mem in vals.keys():
/trusted-firmware-a-latest/docs/plat/
Dwarp7.rst180 cp ${CST_PATH}/keys/* ${TEMP}
199 3. Generate keys
207 To get a good over-view of generating keys and programming the fuses on the
/trusted-firmware-a-latest/docs/threat_model/
Dthreat_model_rss_interface.rst37 | | verification keys. At runtime, BL31 obtains the |
/trusted-firmware-a-latest/lib/romlib/
Dromlib_generator.py264 print("usage: romlib_generator.py [%s] [args]" % "|".join(APPS.keys()), file=sys.stderr)
/trusted-firmware-a-latest/docs/design_documents/
Dmeasured_boot.rst15 enforce local attestation policies (such as releasing certain platform keys or
Drss.rst137 - ``OTP assets management``: Public keys used by AP during the trusted boot
629 RSS provides access for AP to assets in OTP, which include keys for image
/trusted-firmware-a-latest/docs/getting_started/
Dbuild-options.rst170 certificate generation tool to create new keys in case no valid keys are
615 used for generating the PKCS keys and subsequent signing of the certificate.
771 certificate generation tool to save the keys used to establish the Chain of
891 This option depends on ``CREATE_KEYS`` to be enabled. If the keys

12