/trusted-firmware-a-latest/drivers/nxp/ddr/phy-gen2/ |
D | phy.c | 609 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 …]
|
D | input.h | 93 struct input { struct
|
/trusted-firmware-a-latest/lib/compiler-rt/builtins/ |
D | lshrdi3.c | 21 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/ |
D | rss_attestation_flow.puml | 20 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/ |
D | socfpga_vab.h | 51 void sha384_csum_wd(const unsigned char *input, unsigned int ilen,
|
/trusted-firmware-a-latest/plat/intel/soc/common/ |
D | socfpga_vab.c | 156 void sha384_csum_wd(const unsigned char *input, unsigned int ilen, in sha384_csum_wd() argument
|
/trusted-firmware-a-latest/docs/plat/nxp/ |
D | nxp-ls-tbbr.rst | 96 - 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_…
|
D | nxp-ls-fuse-prov.rst | 212 Table of fuse provisioning input file for every supported platform:
|
/trusted-firmware-a-latest/docs/threat_model/ |
D | threat_model_el3_spm.rst | 266 | | 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. |
|
D | threat_model.rst | 425 | | 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. |
|
D | threat_model_fvp_r.rst | 93 - ID 15: Improper handling of input data received over a UART interface may
|
/trusted-firmware-a-latest/plat/intel/soc/common/drivers/qspi/ |
D | cadence_qspi.c | 180 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/ |
D | index.js | 187 input: note.text
|
/trusted-firmware-a-latest/docs/design/ |
D | trusted-board-boot.rst | 220 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/ |
D | doimage.c | 266 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/ |
D | docs-build.rst | 100 The command ``poetry run`` used in the steps above executes the input command
|
D | tools-build.rst | 171 Also, a user may choose to provide encryption key or nonce as an input file
|
/trusted-firmware-a-latest/docs/security_advisories/ |
D | security-advisory-tfv-4.rst | 68 overflows in the input validation checks while handling the
|
D | security-advisory-tfv-1.rst | 50 The vulnerabilities consist of potential integer overflows in the input
|
D | security-advisory-tfv-10.rst | 93 In upstream TF-A code, the only caller of ``auth_nvctr()`` takes its input from
|
/trusted-firmware-a-latest/docs/design_documents/ |
D | drtm_poc.rst | 26 and preparing input parameters needed by DRTM. Finally, it invokes the
|
D | cmake_framework.rst | 62 The framework provides a solution to describe the input build parameters, flags,
|
/trusted-firmware-a-latest/docs/process/ |
D | contributing.rst | 14 provide some early input to help shaping the design of the feature.
|
D | coding-guidelines.rst | 177 | ``strtok_r, strsep`` | Caution | inspect for terminated input buffer |
|
/trusted-firmware-a-latest/docs/plat/arm/fvp/ |
D | index.rst | 257 # Path to the input DTB
|