Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 27) sorted by relevance

12

/trusted-firmware-a-latest/drivers/nxp/ddr/phy-gen2/
Dphy.c609 const struct input *input, const void *msg) in prog_acsm_playback() argument
618 if (input->basic.dimm_type != RDIMM) { in prog_acsm_playback()
625 f0rc5x = (input->adv.phy_gen2_umctl_f0rc5x & U(0xff)) | U(0x500); in prog_acsm_playback()
642 const struct input *input) in prog_acsm_ctr() argument
644 if (input->basic.dimm_type != RDIMM) { in prog_acsm_ctr()
656 const struct input *input) in prog_cal_rate_run() argument
663 cal_interval = input->adv.cal_interval; in prog_cal_rate_run()
664 cal_once = input->adv.cal_once; in prog_cal_rate_run()
673 const struct input *input) in prog_seq0bdly0() argument
682 frq = input->basic.frequency >> 1; in prog_seq0bdly0()
[all …]
Dinput.h93 struct input { struct
/trusted-firmware-a-latest/lib/compiler-rt/builtins/
Dlshrdi3.c21 udwords input; in __lshrdi3() local
23 input.all = a; in __lshrdi3()
26 result.s.low = input.s.high >> (b - bits_in_word); in __lshrdi3()
30 result.s.high = input.s.high >> b; in __lshrdi3()
31 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b); in __lshrdi3()
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/
Drss_attestation_flow.puml20 Rnote over DelegAttest: Compute input\n\ for key derivation\n\ (hash of measurements)
27 Public key is included\n\ in the realm token.\n\ Its hash is the input\n\ for get_platform_token
/trusted-firmware-a-latest/plat/intel/soc/common/include/
Dsocfpga_vab.h51 void sha384_csum_wd(const unsigned char *input, unsigned int ilen,
/trusted-firmware-a-latest/plat/intel/soc/common/
Dsocfpga_vab.c156 void sha384_csum_wd(const unsigned char *input, unsigned int ilen, in sha384_csum_wd() argument
/trusted-firmware-a-latest/docs/plat/nxp/
Dnxp-ls-tbbr.rst96 - Default input files for CSF header generation is added in this repo.
98 - Default input file requires user to generate RSA key pair named
103 - To change the input file , user can use the options BL33_INPUT_FILE, BL32_INPUT_FILE, BL31_INPUT_…
Dnxp-ls-fuse-prov.rst212 Table of fuse provisioning input file for every supported platform:
/trusted-firmware-a-latest/docs/threat_model/
Dthreat_model_el3_spm.rst266 | | its contents. The SPMC implements hardened input |
357 | Mitigations | Strict input validation and state tracking. |
368 | | incorrect input arguments.** |
370 | | Lack of input parameter validation or side effects |
371 | | of maliciously forged input parameters might affect|
393 | Mitigations | SPMC must be prepared to receive incorrect input |
441 | | run time model, do input validation. |
Dthreat_model.rst425 | | Improper use of asserts instead of proper input |
449 | Mitigations | | 1) Use proper input validation. |
578 | Threat | | **Improper handling of input data received over |
583 | | the exact usage of input data received over UART. |
609 | Mitigations | | By default, the code to read input data from UART |
620 | | | Generic code does not read any input data from |
903 | | | For standard services, all input is validated. |
Dthreat_model_fvp_r.rst93 - ID 15: Improper handling of input data received over a UART interface may
/trusted-firmware-a-latest/plat/intel/soc/common/drivers/qspi/
Dcadence_qspi.c180 uint32_t *input) in cad_qspi_stig_wr_cmd() argument
200 mmio_write_32(CAD_QSPI_OFFSET + CAD_QSPI_FLASHCMD_WRDATA0, input[0]); in cad_qspi_stig_wr_cmd()
204 input[1]); in cad_qspi_stig_wr_cmd()
/trusted-firmware-a-latest/tools/conventional-changelog-tf-a/
Dindex.js187 input: note.text
/trusted-firmware-a-latest/docs/design/
Dtrusted-board-boot.rst220 establish the CoT. The input keys must either be a file in PEM format or a
248 firmware image as input and generates the encrypted firmware image which can
249 then be passed as input to the ``fiptool`` utility for creating the FIP.
/trusted-firmware-a-latest/tools/marvell/doimage/
Ddoimage.c266 const unsigned char *input, in create_rsa_signature() argument
301 mbedtls_sha256_ret(input, ilen, hash, 0); in create_rsa_signature()
342 const unsigned char *input, in verify_rsa_signature() argument
385 mbedtls_sha256_ret(input, ilen, hash, 0); in verify_rsa_signature()
/trusted-firmware-a-latest/docs/getting_started/
Ddocs-build.rst100 The command ``poetry run`` used in the steps above executes the input command
Dtools-build.rst171 Also, a user may choose to provide encryption key or nonce as an input file
/trusted-firmware-a-latest/docs/security_advisories/
Dsecurity-advisory-tfv-4.rst68 overflows in the input validation checks while handling the
Dsecurity-advisory-tfv-1.rst50 The vulnerabilities consist of potential integer overflows in the input
Dsecurity-advisory-tfv-10.rst93 In upstream TF-A code, the only caller of ``auth_nvctr()`` takes its input from
/trusted-firmware-a-latest/docs/design_documents/
Ddrtm_poc.rst26 and preparing input parameters needed by DRTM. Finally, it invokes the
Dcmake_framework.rst62 The framework provides a solution to describe the input build parameters, flags,
/trusted-firmware-a-latest/docs/process/
Dcontributing.rst14 provide some early input to help shaping the design of the feature.
Dcoding-guidelines.rst177 | ``strtok_r, strsep`` | Caution | inspect for terminated input buffer |
/trusted-firmware-a-latest/docs/plat/arm/fvp/
Dindex.rst257 # Path to the input DTB

12