Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/core/tee/
A Dtee_fs_rpc.c47 static TEE_Result operation_commit(struct tee_fs_rpc_operation *op) in operation_commit()
56 struct tee_fs_rpc_operation op = { }; in operation_open_dfh() local
102 struct tee_fs_rpc_operation op = { in tee_fs_rpc_close() local
111 TEE_Result tee_fs_rpc_read_init(struct tee_fs_rpc_operation *op, in tee_fs_rpc_read_init()
140 TEE_Result tee_fs_rpc_read_final(struct tee_fs_rpc_operation *op, in tee_fs_rpc_read_final()
150 TEE_Result tee_fs_rpc_write_init(struct tee_fs_rpc_operation *op, in tee_fs_rpc_write_init()
179 TEE_Result tee_fs_rpc_write_final(struct tee_fs_rpc_operation *op) in tee_fs_rpc_write_final()
186 struct tee_fs_rpc_operation op = { in tee_fs_rpc_truncate() local
199 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
815 struct tee_fs_rpc_operation op; in tee_fs_htree_write_block() local
865 struct tee_fs_rpc_operation op; in tee_fs_htree_read_block() local
/optee_os-3.20.0/core/kernel/
A Dpm.c62 static TEE_Result do_pm_callback(enum pm_op op, uint32_t pm_hint, in do_pm_callback()
88 static TEE_Result call_callbacks(enum pm_op op, uint32_t pm_hint, in call_callbacks()
120 TEE_Result pm_change_state(enum pm_op op, uint32_t pm_hint) in pm_change_state()
A Duser_ta.c414 const struct ts_store_ops *op = NULL; in check_ta_store() local
/optee_os-3.20.0/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-3.20.0/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-3.20.0/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-3.20.0/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-3.20.0/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-3.20.0/lib/libutee/
A Dtee_api_arith_mpi.c232 int32_t TEE_BigIntCmpS32(const TEE_BigInt *op, int32_t shortVal) in TEE_BigIntCmpS32()
246 void TEE_BigIntShiftRight(TEE_BigInt *dest, const TEE_BigInt *op, size_t bits) in TEE_BigIntShiftRight()
453 void TEE_BigIntSquare(TEE_BigInt *dest, const TEE_BigInt *op) in TEE_BigIntSquare()
501 void TEE_BigIntMod(TEE_BigInt *dest, const TEE_BigInt *op, const TEE_BigInt *n) in TEE_BigIntMod()
527 void TEE_BigIntSquareMod(TEE_BigInt *dest, const TEE_BigInt *op, in TEE_BigIntSquareMod()
533 void TEE_BigIntInvMod(TEE_BigInt *dest, const TEE_BigInt *op, in TEE_BigIntInvMod()
762 int32_t TEE_BigIntIsProbablePrime(const TEE_BigInt *op, in TEE_BigIntIsProbablePrime()
A Dtee_api_operations.c37 TEE_OperationHandle op = TEE_HANDLE_NULL; in TEE_AllocateOperation() local
413 TEE_Result TEE_GetOperationInfoMultiple(TEE_OperationHandle op, in TEE_GetOperationInfoMultiple()
879 TEE_OperationHandle op, in tee_buffer_update()
/optee_os-3.20.0/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-3.20.0/core/drivers/crypto/caam/
A Dcaam_pwr.c164 pm_enter_resume(enum pm_op op, uint32_t pm_hint, in pm_enter_resume()
/optee_os-3.20.0/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 Dzynqmp_pm.c102 static TEE_Result efuse_op(enum efuse_op op, uint8_t *buf, size_t buf_sz, in efuse_op()
/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_cipher.h19 struct drvcrypt_cipher *op; /* Reference to the operation */ member
A Ddrvcrypt_authenc.h19 struct drvcrypt_authenc *op; /* Reference to the operation */ member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dpsa_util.h106 mbedtls_operation_t op ) in mbedtls_psa_translate_cipher_operation()
/optee_os-3.20.0/core/drivers/crypto/caam/acipher/
A Dcaam_prime_dsa.c32 unsigned int op; /* CAAM Hash operation code */ member
/optee_os-3.20.0/core/arch/arm/plat-sam/
A Dmatrix.c617 static TEE_Result matrix_pm(enum pm_op op, uint32_t pm_hint __unused, in matrix_pm()

Completed in 31 milliseconds

12