Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 75) sorted by relevance

123

/optee_os/core/arch/arm/plat-imx/registers/
A Dimx7-crm.h15 #define CCM_GPRx_SET(idx) (CCM_GPRx(idx) + 0x4) argument
40 #define BM_CCM_CCGRx_SETTING(idx) \ argument
42 #define CCM_CCGRx_DISABLE(idx) \ argument
44 #define CCM_CCGRx_RUN(idx) \ argument
46 #define CCM_CCGRx_RUN_WAIT(idx) \ argument
48 #define CCM_CCGRx_ALWAYS_ON(idx) \ argument
56 #define CCM_TARGET_ROOTx(idx) \ argument
67 #define CCM_MISC_ROOTx(idx) \ argument
78 #define CCM_POST_ROOTx(idx) \ argument
89 #define CCM_PRE_ROOTx(idx) \ argument
[all …]
A Dimx8m-crm.h12 #define CCM_CCGRx(idx) (((idx) * CCM_CCGRx_OFFSET) + CCM_CCGR0) argument
13 #define CCM_CCGRx_SET(idx) (CCM_CCGRx(idx) + 0x4) argument
14 #define CCM_CCGRx_CLR(idx) (CCM_CCGRx(idx) + 0x8) argument
15 #define CCM_CCGRx_TOG(idx) (CCM_CCGRx(idx) + 0xC) argument
17 #define BS_CCM_CCGRx_SETTING(idx) ((idx) * 4) argument
18 #define BM_CCM_CCGRx_SETTING(idx) \ argument
20 #define CCM_CCGRx_DISABLE(idx) \ argument
22 #define CCM_CCGRx_RUN(idx) \ argument
24 #define CCM_CCGRx_RUN_WAIT(idx) \ argument
26 #define CCM_CCGRx_ALWAYS_ON(idx) \ argument
/optee_os/core/drivers/crypto/caam/hal/imx_8q/registers/
A Dctrl_regs.h15 #define JRxDID_MS(idx) (JR0DID_MS + (idx) * (JRxDID_SIZE)) argument
16 #define JRxDID_LS(idx) (JR0DID_LS + (idx) * (JRxDID_SIZE)) argument
33 #define JRX_SMVBAR(idx) (0x0184 + (idx) * (8)) argument
/optee_os/core/drivers/crypto/caam/utils/
A Dutils_sgt.c21 unsigned int idx = 0; in caam_sgt_cache_op() local
41 unsigned int idx = 0; in caam_sgt_fill_table() local
61 unsigned int idx = 0; in caam_sgt_derive() local
/optee_os/core/drivers/crypto/caam/hal/imx_8ulp/registers/
A Dctrl_regs.h20 #define JRxDID_MS(idx) (JR0DID_MS + ((idx) * (JRxDID_SIZE))) argument
21 #define JRxDID_LS(idx) (JR0DID_LS + ((idx) * (JRxDID_SIZE))) argument
38 #define JRX_SMVBAR(idx) (0x0184 + (idx) * (8)) argument
/optee_os/core/drivers/crypto/caam/cipher/
A Dcaam_cipher_xts.c22 size_t idx = 0; in do_galois_mult() local
51 unsigned int idx = 0; in do_tweak_block() local
88 size_t idx = 0; in caam_cipher_update_xts() local
/optee_os/core/drivers/crypto/caam/
A Dcaam_pwr.c24 uint32_t idx = 0; in caam_pwr_add_backup() local
60 uint32_t idx = 0; in do_save_regs() local
90 uint32_t idx = 0; in do_restore_regs() local
A Dcaam_rng.c73 unsigned int idx = 0; in do_allocate() local
104 unsigned int idx = 0; in do_free() local
218 unsigned int idx = 0; in do_check_data() local
340 unsigned int idx = 0; in caam_rng_init_data() local
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_cipher_is_valid.c22 int cipher_is_valid(int idx) in cipher_is_valid()
A Dcrypt_hash_is_valid.c22 int hash_is_valid(int idx) in hash_is_valid()
A Dcrypt_prng_is_valid.c22 int prng_is_valid(int idx) in prng_is_valid()
/optee_os/core/tee/
A Dtadb.c143 static TEE_Result maybe_grow_files(struct tee_tadb_dir *db, int idx) in maybe_grow_files()
161 static TEE_Result set_file(struct tee_tadb_dir *db, int idx) in set_file()
171 static void clear_file(struct tee_tadb_dir *db, int idx) in clear_file()
181 static bool test_file(struct tee_tadb_dir *db, int idx) in test_file()
193 static TEE_Result read_ent(struct tee_tadb_dir *db, size_t idx, in read_ent()
205 static TEE_Result write_ent(struct tee_tadb_dir *db, size_t idx, in write_ent()
316 size_t idx; in populate_files() local
499 size_t idx; in find_ent() local
548 size_t idx; in tee_tadb_ta_close_and_commit() local
602 size_t idx; in tee_tadb_ta_delete() local
[all …]
A Dfs_dirfile.c40 static TEE_Result maybe_grow_files(struct tee_fs_dirfile_dirh *dirh, int idx) in maybe_grow_files()
58 static TEE_Result set_file(struct tee_fs_dirfile_dirh *dirh, int idx) in set_file()
68 static void clear_file(struct tee_fs_dirfile_dirh *dirh, int idx) in clear_file()
74 static bool test_file(struct tee_fs_dirfile_dirh *dirh, int idx) in test_file()
82 static TEE_Result read_dent(struct tee_fs_dirfile_dirh *dirh, int idx, in read_dent()
340 const TEE_UUID *uuid, int *idx, void *oid, in tee_fs_dirfile_get_next()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dversion_features.c852 const char * const *idx = features; in mbedtls_version_check_feature() local
A Daes.c489 #define AES_RT0(idx) RT0[idx] argument
490 #define AES_RT1(idx) ROTL8( RT0[idx] ) argument
494 #define AES_FT0(idx) FT0[idx] argument
501 #define AES_RT0(idx) RT0[idx] argument
502 #define AES_RT1(idx) RT1[idx] argument
503 #define AES_RT2(idx) RT2[idx] argument
504 #define AES_RT3(idx) RT3[idx] argument
506 #define AES_FT0(idx) FT0[idx] argument
507 #define AES_FT1(idx) FT1[idx] argument
508 #define AES_FT2(idx) FT2[idx] argument
[all …]
/optee_os/core/drivers/crypto/caam/hal/imx_8m/registers/
A Dctrl_regs.h20 #define JRxDID_MS(idx) (JR0DID_MS + ((idx) * JRxDID_SIZE)) argument
21 #define JRxDID_LS(idx) (JR0DID_LS + ((idx) * JRxDID_SIZE)) argument
/optee_os/core/drivers/imx/dcp/include/
A Ddcp_utils.h12 #define DCP_SRAM_KEY_INDEX(idx) SHIFT_U32(idx, 4) argument
/optee_os/core/drivers/crypto/caam/hal/ls/registers/
A Dctrl_regs.h22 #define JRxMIDR_MS(idx) (JR0MIDR_MS + (idx) * JRxMIDR_SIZE) argument
23 #define JRxMIDR_LS(idx) (JR0MIDR_LS + (idx) * JRxMIDR_SIZE) argument
/optee_os/core/drivers/crypto/crypto_api/math/
A Dmodulus.c33 size_t min = 0, idx = 0; in drvcrypt_xor_mod_n() local
/optee_os/lib/libutee/
A Dbase64.c60 static bool get_idx(char ch, uint8_t *idx) in get_idx()
77 uint8_t idx = 0; in _base64_dec() local
/optee_os/core/include/drivers/
A Dtzc400.h80 #define FAIL_FILTER_OFF(idx) (U(0x10) * (idx)) argument
82 #define FAIL_ADDRESS_LOW(idx) (FAIL_ADDRESS_LOW_OFF + FAIL_FILTER_OFF(idx)) argument
83 #define FAIL_ADDRESS_HIGH(idx) (FAIL_ADDRESS_HIGH_OFF + FAIL_FILTER_OFF(idx)) argument
84 #define FAIL_CONTROL(idx) (FAIL_CONTROL_OFF + FAIL_FILTER_OFF(idx)) argument
85 #define FAIL_ID(idx) (FAIL_ID_OFF + FAIL_FILTER_OFF(idx)) argument
/optee_os/core/drivers/crypto/caam/hal/imx_6_7/registers/
A Dctrl_regs.h22 #define JRxMIDR_MS(idx) (JR0MIDR_MS + (idx) * JRxMIDR_SIZE) argument
23 #define JRxMIDR_LS(idx) (JR0MIDR_LS + (idx) * JRxMIDR_SIZE) argument
/optee_os/core/drivers/
A Dgic.c256 size_t idx = it / NUM_INTS_PER_REG; in gic_it_add() local
309 size_t idx = it / NUM_INTS_PER_REG; in gic_it_enable() local
322 size_t idx = it / NUM_INTS_PER_REG; in gic_it_disable() local
334 size_t idx = it / NUM_INTS_PER_REG; in gic_it_set_pending() local
380 size_t idx = it / NUM_INTS_PER_REG; in gic_it_is_enabled() local
387 size_t idx = it / NUM_INTS_PER_REG; in gic_it_get_group() local
/optee_os/core/lib/libtomcrypt/src/math/fp/
A Dltc_ecc_fp_mulmod.c630 static int _add_entry(int idx, ecc_point *g) in _add_entry()
672 static int _build_lut(int idx, void *a, void *modulus, void *mp, void *mu) in _build_lut()
779 static int _accel_fp_mul(int idx, void *k, ecc_point *R, void *a, void *modulus, void *mp, int map) in _accel_fp_mul()
1231 int idx, err; in ltc_ecc_fp_mulmod() local
1335 int idx; in ltc_ecc_fp_add_point() local
/optee_os/core/arch/arm/plat-rzn1/
A Dsm_platform_handler.c22 unsigned int idx = 0; in get_regauth() local

Completed in 32 milliseconds

123