Home
last modified time | relevance | path

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

1234

/optee_os/core/tee/
H 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
H A Dfs_htree.c113 struct tee_fs_rpc_operation op; in rpc_read() local
152 struct tee_fs_rpc_operation op; in rpc_write() local
871 struct tee_fs_rpc_operation op; in tee_fs_htree_write_block() local
921 struct tee_fs_rpc_operation op; in tee_fs_htree_read_block() local
/optee_os/core/kernel/
H 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/
H A Dcache.c18 TEE_Result cache_operation(enum utee_cache_operation op, void *va, size_t len) in cache_operation()
H A Dsvc_cache.c12 TEE_Result syscall_cache_operation(void *va, size_t len, unsigned long op) in syscall_cache_operation()
/optee_os/core/drivers/crypto/ele/
H A Dmemutils.c11 static void imx_ele_buf_cache_op(enum utee_cache_operation op, in imx_ele_buf_cache_op()
/optee_os/core/arch/arm/mm/
H 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/lib/libutils/isoc/arch/arm/softfloat/source/
H 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()
H A Ds_mulAddF32.c47 uint_fast32_t uiA, uint_fast32_t uiB, uint_fast32_t uiC, uint_fast8_t op ) in softfloat_mulAddF32()
H A Ds_mulAddF128M.c51 uint_fast8_t op in softfloat_mulAddF128M()
H A Ds_mulAddF128.c53 uint_fast8_t op in softfloat_mulAddF128()
/optee_os/core/lib/zlib/
H A Dinftrees.h26 unsigned char op; /* operation, extra bits, table bits */ member
H A Dinffast.c75 unsigned op; /* code bits, operation, extra bits, or */ local
/optee_os/lib/libmbedtls/mbedtls/library/
H 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
581 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in mbedtls_lmots_generate_private_key() local
H A Dlms.c99 psa_hash_operation_t op; in create_merkle_leaf_value() local
176 psa_hash_operation_t op; in create_merkle_internal_value() local
/optee_os/lib/libutee/
H 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/arch/arm/plat-imx/
H A Dtzc380.c87 pm_enter_resume(enum pm_op op, uint32_t pm_hint __unused, in pm_enter_resume()
/optee_os/core/pta/tests/
H 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/
H 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/
H 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()
H A Dimx_csu.c159 pm_enter_resume(enum pm_op op, uint32_t pm_hint __unused, in pm_enter_resume()
/optee_os/core/drivers/crypto/caam/
H A Dcaam_pwr.c171 pm_enter_resume(enum pm_op op, uint32_t pm_hint, in pm_enter_resume()
H A Dcaam_rng.c72 uint32_t op = RNG_GEN_DATA; in do_rng_read() local
/optee_os/core/arch/arm/kernel/
H A Dcache_helpers_a64.S28 .macro do_dcache_maintenance_by_va op argument
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_cipher.h19 struct drvcrypt_cipher *op; /* Reference to the operation */ member

1234