Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 68) sorted by relevance

123

/optee_os/core/tee/
A Dtee_fs_rpc.c43 static TEE_Result operation_commit(struct tee_fs_rpc_operation *op) in operation_commit()
52 struct tee_fs_rpc_operation op = { }; in operation_open_dfh() local
98 struct tee_fs_rpc_operation op = { in tee_fs_rpc_close() local
107 TEE_Result tee_fs_rpc_read_init(struct tee_fs_rpc_operation *op, in tee_fs_rpc_read_init()
136 TEE_Result tee_fs_rpc_read_final(struct tee_fs_rpc_operation *op, in tee_fs_rpc_read_final()
146 TEE_Result tee_fs_rpc_write_init(struct tee_fs_rpc_operation *op, in tee_fs_rpc_write_init()
175 TEE_Result tee_fs_rpc_write_final(struct tee_fs_rpc_operation *op) in tee_fs_rpc_write_final()
182 struct tee_fs_rpc_operation op = { in tee_fs_rpc_truncate() local
195 struct tee_fs_rpc_operation op = { }; in tee_fs_rpc_remove_dfh() local
A Dfs_htree.c112 struct tee_fs_rpc_operation op; in rpc_read() local
151 struct tee_fs_rpc_operation op; in rpc_write() local
823 struct tee_fs_rpc_operation op; in tee_fs_htree_write_block() local
873 struct tee_fs_rpc_operation op; in tee_fs_htree_read_block() local
/optee_os/core/kernel/
A Dpm.c91 static TEE_Result do_pm_callback(enum pm_op op, uint32_t pm_hint, in do_pm_callback()
117 static TEE_Result call_callbacks(enum pm_op op, uint32_t pm_hint, in call_callbacks()
149 TEE_Result pm_change_state(enum pm_op op, uint32_t pm_hint) in pm_change_state()
/optee_os/core/arch/arm/tee/
A Dcache.c18 TEE_Result cache_operation(enum utee_cache_operation op, void *va, size_t len) in cache_operation()
A Dsvc_cache.c12 TEE_Result syscall_cache_operation(void *va, size_t len, unsigned long op) in syscall_cache_operation()
/optee_os/core/arch/arm/mm/
A Dcore_mmu.c64 TEE_Result cache_op_inner(enum cache_op op, void *va, size_t len) in cache_op_inner()
98 TEE_Result cache_op_outer(enum cache_op op, paddr_t pa, size_t len) in cache_op_outer()
/optee_os/core/lib/zlib/
A Dinftrees.h26 unsigned char op; /* operation, extra bits, table bits */ member
A Dinffast.c75 unsigned op; /* code bits, operation, extra bits, or */ local
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_mulAddF64.c49 uint_fast64_t uiA, uint_fast64_t uiB, uint_fast64_t uiC, uint_fast8_t op ) in softfloat_mulAddF64()
249 uint_fast64_t uiA, uint_fast64_t uiB, uint_fast64_t uiC, uint_fast8_t op ) in softfloat_mulAddF64()
A Ds_mulAddF32.c47 uint_fast32_t uiA, uint_fast32_t uiB, uint_fast32_t uiC, uint_fast8_t op ) in softfloat_mulAddF32()
A Ds_mulAddF128M.c51 uint_fast8_t op in softfloat_mulAddF128M()
A Ds_mulAddF128.c53 uint_fast8_t op in softfloat_mulAddF128()
/optee_os/core/arch/arm/plat-imx/
A Dtzc380.c87 pm_enter_resume(enum pm_op op, uint32_t pm_hint __unused, in pm_enter_resume()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dlmots.c125 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in create_digit_array_with_checksum() local
220 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in hash_digit_array() local
317 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in public_key_from_hashed_digit_array() local
578 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in mbedtls_lmots_generate_private_key() local
A Dlms.c99 psa_hash_operation_t op; in create_merkle_leaf_value() local
173 psa_hash_operation_t op; in create_merkle_internal_value() local
/optee_os/lib/libutee/
A Dtee_api_arith_mpi.c262 int32_t TEE_BigIntCmpS32(const TEE_BigInt *op, int32_t shortVal) in TEE_BigIntCmpS32()
276 void TEE_BigIntShiftRight(TEE_BigInt *dest, const TEE_BigInt *op, size_t bits) in TEE_BigIntShiftRight()
317 void __GP11_TEE_BigIntShiftRight(TEE_BigInt *dest, const TEE_BigInt *op, in __GP11_TEE_BigIntShiftRight()
351 TEE_Result TEE_BigIntSetBit(TEE_BigInt *op, uint32_t bitIndex, bool value) in TEE_BigIntSetBit()
536 void TEE_BigIntSquare(TEE_BigInt *dest, const TEE_BigInt *op) in TEE_BigIntSquare()
584 void TEE_BigIntMod(TEE_BigInt *dest, const TEE_BigInt *op, const TEE_BigInt *n) in TEE_BigIntMod()
610 void TEE_BigIntSquareMod(TEE_BigInt *dest, const TEE_BigInt *op, in TEE_BigIntSquareMod()
616 void TEE_BigIntInvMod(TEE_BigInt *dest, const TEE_BigInt *op, in TEE_BigIntInvMod()
889 int32_t TEE_BigIntIsProbablePrime(const TEE_BigInt *op, in TEE_BigIntIsProbablePrime()
/optee_os/core/pta/tests/
A Dfs_htree.c92 static TEE_Result test_read_init(void *aux, struct tee_fs_rpc_operation *op, in test_read_init()
118 static TEE_Result test_read_final(struct tee_fs_rpc_operation *op, in test_read_final()
136 static TEE_Result test_write_init(void *aux, struct tee_fs_rpc_operation *op, in test_write_init()
143 static TEE_Result test_write_final(struct tee_fs_rpc_operation *op) in test_write_final()
/optee_os/core/drivers/crypto/caam/utils/
A Dutils_sgt.c30 void caam_sgt_cache_op(enum utee_cache_operation op, struct caamsgtbuf *insgt, in caam_sgt_cache_op()
/optee_os/core/drivers/
A Dzynqmp_csu_aes.c207 static TEE_Result aes_prepare_op(enum aes_op op, enum zynqmp_csu_key key) in aes_prepare_op()
249 static TEE_Result aes_done_op(enum aes_op op, TEE_Result ret) in aes_done_op()
A Dimx_csu.c159 pm_enter_resume(enum pm_op op, uint32_t pm_hint __unused, in pm_enter_resume()
A Dzynqmp_pm.c102 static TEE_Result efuse_op(enum efuse_op op, uint8_t *buf, size_t buf_sz, in efuse_op()
A Dstm32_ipcc.c230 stm32_ipcc_pm(enum pm_op op, unsigned int pm_hint, in stm32_ipcc_pm()
/optee_os/core/drivers/crypto/caam/
A Dcaam_pwr.c171 pm_enter_resume(enum pm_op op, uint32_t pm_hint, in pm_enter_resume()
A Dcaam_rng.c72 uint32_t op = RNG_GEN_DATA; in do_rng_read() local
/optee_os/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_cipher.h19 struct drvcrypt_cipher *op; /* Reference to the operation */ member

Completed in 63 milliseconds

123