Searched defs:o (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_obj.c | 16 void tee_obj_add(struct user_ta_ctx *utc, struct tee_obj *o) in tee_obj_add() 24 struct tee_obj *o; in tee_obj_get() local 35 void tee_obj_close(struct user_ta_ctx *utc, struct tee_obj *o) in tee_obj_close() 55 TEE_Result tee_obj_verify(struct tee_ta_session *sess, struct tee_obj *o) in tee_obj_verify() 80 void tee_obj_free(struct tee_obj *o) in tee_obj_free()
|
A D | tee_svc_storage.c | 78 struct tee_obj *o) in tee_svc_storage_remove_corrupt_obj() 86 static TEE_Result tee_svc_storage_read_head(struct tee_obj *o) in tee_svc_storage_read_head() 180 struct tee_obj *o = NULL; in syscall_storage_obj_open() local 326 struct tee_obj *o = NULL; in syscall_storage_obj_create() local 430 struct tee_obj *o = NULL; in syscall_storage_obj_del() local 463 struct tee_obj *o = NULL; in syscall_storage_obj_rename() local 613 struct tee_obj *o = NULL; in syscall_storage_next_enum() local 693 struct tee_obj *o = NULL; in syscall_storage_obj_read() local 752 struct tee_obj *o = NULL; in syscall_storage_obj_write() local 807 struct tee_obj *o = NULL; in syscall_storage_obj_trunc() local [all …]
|
A D | tee_svc_cryp.c | 1116 struct tee_obj *o = NULL; in syscall_cryp_obj_get_info() local 1141 struct tee_obj *o = NULL; in syscall_cryp_obj_restrict_usage() local 1208 struct tee_obj *o = NULL; in syscall_cryp_obj_get_attr() local 1561 struct tee_obj *o = NULL; in syscall_cryp_obj_alloc() local 1586 struct tee_obj *o = NULL; in syscall_cryp_obj_close() local 1607 struct tee_obj *o = NULL; in syscall_cryp_obj_reset() local 1800 struct tee_obj *o, in tee_svc_cryp_obj_populate_type() 1901 struct tee_obj *o = NULL; in syscall_cryp_obj_populate() local 2290 struct tee_obj *o = NULL; in syscall_obj_generate_key() local 2450 struct tee_obj *o; in cryp_state_free() local [all …]
|
A D | tee_pobj.c | 66 struct tee_pobj *o = NULL; in tee_pobj_get() local
|
A D | tee_time_generic.c | 42 struct tee_ta_time_offs *o; in tee_time_ta_set_offs() local
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | storage.c | 16 TEE_Result crypto_storage_obj_del(struct tee_obj *o) in crypto_storage_obj_del()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 47 sv car25519(gf o) in car25519() 69 sv pack25519(u8 *o,const gf n) in pack25519() 109 sv unpack25519(gf o, const u8 *n) in unpack25519() 116 sv A(gf o,const gf a,const gf b) in A() 122 sv Z(gf o,const gf a,const gf b) in Z() 128 sv M(gf o,const gf a,const gf b) in M() 139 sv S(gf o,const gf a) in S() 144 sv inv25519(gf o,const gf i) in inv25519() 156 sv pow2523(gf o,const gf i) in pow2523()
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | fault_mitigation.h | 155 #define __FTMN_FUNC_BYTE(f, o, l) ((o) < (l) ? (uint8_t)(f)[(o)] : 0) argument 157 #define __FTMN_GET_FUNC_U64(f, o, l) \ argument 167 #define __FTMN_FUNC_HASH32(f, o, l) \ argument 171 #define __FTMN_FUNC_HASH16(f, o, l) \ argument 175 #define __FTMN_FUNC_HASH8(f, o, l) \ argument 179 #define __FTMN_FUNC_HASH4(f, o, l) \ argument
|
/optee_os-3.20.0/core/pta/tests/ |
A D | fs_htree.c | 407 size_t o = 0; in aux_alloc() local 439 size_t o = 0; in test_write_read() local
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | bignum.c | 1166 mbedtls_mpi_uint *o, *p, c, tmp; in mbedtls_mpi_add_abs() local
|
Completed in 20 milliseconds