Searched refs:diff (Results 1 – 9 of 9) sorted by relevance
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_crypto.c | 318 int diff, i, rc; in aes_gcm_decrypt() local 370 for (diff = 0, i = 0; i < tag_len; i++) in aes_gcm_decrypt() 371 diff |= ((const unsigned char *)tag)[i] ^ tag_buf[i]; in aes_gcm_decrypt() 373 if (diff != 0) { in aes_gcm_decrypt()
|
| /rk3399_ARM-atf/.husky/ |
| H A D | pre-commit.copyright | 12 FILES=`git diff --cached --name-only HEAD`
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 582 unsigned int diff = 0U; in stm32_decrypt_aes_gcm() local 610 diff |= ((const unsigned char *)tag)[i] ^ tag_buf[i]; in stm32_decrypt_aes_gcm() 613 if (diff != 0U) { in stm32_decrypt_aes_gcm()
|
| /rk3399_ARM-atf/plat/intel/soc/common/drivers/qspi/ |
| H A D | cadence_qspi.c | 476 int diff = first_pass - last_pass; in cad_qspi_calibration() local 478 data_cap_delay = first_pass + diff / 2; in cad_qspi_calibration()
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32mp13.c | 1371 unsigned long long diff; in clk_compute_pll1_settings() local 1387 diff = freq - output_freq; in clk_compute_pll1_settings() 1389 diff = output_freq - freq; in clk_compute_pll1_settings() 1392 if (diff < best_diff) { in clk_compute_pll1_settings() 1400 if (diff == 0U) { in clk_compute_pll1_settings() 1404 best_diff = diff; in clk_compute_pll1_settings()
|
| H A D | stm32mp1_clk.c | 1976 unsigned long long diff; in clk_compute_pll1_settings() local 1992 diff = freq - output_freq; in clk_compute_pll1_settings() 1994 diff = output_freq - freq; in clk_compute_pll1_settings() 1997 if (diff < best_diff) { in clk_compute_pll1_settings() 2003 if (diff == 0U) { in clk_compute_pll1_settings() 2007 best_diff = diff; in clk_compute_pll1_settings()
|
| /rk3399_ARM-atf/ |
| H A D | Makefile | 1149 git diff --format=email "$$commit~..$$commit" \
|
| H A D | poetry.lock | 313 testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "diff-cover (>=9.2)", "pytest (>=8.3.3)", "…
|
| /rk3399_ARM-atf/tools/tlc/ |
| H A D | poetry.lock | 484 testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "diff-cover (>=9.2)", "pytest (>=8.3.3)", "…
|