/optee_os/core/tee/ |
A D | tee_fs_rpc.c | 47 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 D | fs_htree.c | 112 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/core/kernel/ |
A D | pm.c | 62 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()
|
/optee_os/core/arch/arm/tee/ |
A D | cache.c | 18 TEE_Result cache_operation(enum utee_cache_operation op, void *va, size_t len) in cache_operation()
|
A D | svc_cache.c | 12 TEE_Result syscall_cache_operation(void *va, size_t len, unsigned long op) in syscall_cache_operation()
|
/optee_os/core/lib/zlib/ |
A D | inftrees.h | 26 unsigned char op; /* operation, extra bits, table bits */ member
|
A D | inffast.c | 75 unsigned op; /* code bits, operation, extra bits, or */ local
|
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | s_mulAddF64.c | 49 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 D | s_mulAddF32.c | 47 uint_fast32_t uiA, uint_fast32_t uiB, uint_fast32_t uiC, uint_fast8_t op ) in softfloat_mulAddF32()
|
A D | s_mulAddF128M.c | 51 uint_fast8_t op in softfloat_mulAddF128M()
|
A D | s_mulAddF128.c | 53 uint_fast8_t op in softfloat_mulAddF128()
|
/optee_os/core/pta/tests/ |
A D | fs_htree.c | 92 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/lib/libutee/ |
A D | tee_api_arith_mpi.c | 232 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()
|
/optee_os/core/drivers/crypto/caam/utils/ |
A D | utils_sgt.c | 18 void caam_sgt_cache_op(enum utee_cache_operation op, struct caamsgtbuf *insgt, in caam_sgt_cache_op()
|
/optee_os/core/drivers/crypto/caam/ |
A D | caam_pwr.c | 164 pm_enter_resume(enum pm_op op, uint32_t pm_hint, in pm_enter_resume()
|
/optee_os/core/drivers/ |
A D | zynqmp_csu_aes.c | 207 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 D | zynqmp_pm.c | 93 static TEE_Result efuse_op(enum efuse_op op, uint8_t *buf, size_t buf_sz, in efuse_op()
|
/optee_os/core/drivers/crypto/crypto_api/include/ |
A D | drvcrypt_cipher.h | 19 struct drvcrypt_cipher *op; /* Reference to the operation */ member
|
A D | drvcrypt_authenc.h | 19 struct drvcrypt_authenc *op; /* Reference to the operation */ member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | psa_util.h | 103 mbedtls_operation_t op ) in mbedtls_psa_translate_cipher_operation()
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | psa_util.h | 103 mbedtls_operation_t op ) in mbedtls_psa_translate_cipher_operation()
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | psa_util.h | 103 mbedtls_operation_t op ) in mbedtls_psa_translate_cipher_operation()
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | psa_util.h | 103 mbedtls_operation_t op ) in mbedtls_psa_translate_cipher_operation()
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | psa_util.h | 103 mbedtls_operation_t op ) in mbedtls_psa_translate_cipher_operation()
|
/optee_os/core/drivers/crypto/caam/acipher/ |
A D | caam_prime_dsa.c | 32 unsigned int op; /* CAAM Hash operation code */ member
|