Home
last modified time | relevance | path

Searched defs:o (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/tee/
H A Dtee_obj.c15 void tee_obj_add(struct user_ta_ctx *utc, struct tee_obj *o) in tee_obj_add()
23 struct tee_obj *o; in tee_obj_get() local
34 void tee_obj_close(struct user_ta_ctx *utc, struct tee_obj *o) in tee_obj_close()
54 TEE_Result tee_obj_verify(struct tee_ta_session *sess, struct tee_obj *o) in tee_obj_verify()
79 void tee_obj_free(struct tee_obj *o) in tee_obj_free()
H A Dtee_svc_storage.c76 static void remove_corrupt_obj(struct user_ta_ctx *utc, struct tee_obj *o) in remove_corrupt_obj()
83 static TEE_Result tee_svc_storage_read_head(struct tee_obj *o) in tee_svc_storage_read_head()
177 struct tee_obj *o = NULL; in syscall_storage_obj_open() local
247 static TEE_Result tee_svc_storage_init_file(struct tee_obj *o, bool overwrite, in tee_svc_storage_init_file()
327 struct tee_obj *o = NULL; in syscall_storage_obj_create() local
450 struct tee_obj *o = NULL; in syscall_storage_obj_del() local
483 struct tee_obj *o = NULL; in syscall_storage_obj_rename() local
631 struct tee_obj *o = NULL; in syscall_storage_next_enum() local
720 struct tee_obj *o = NULL; in syscall_storage_obj_read() local
774 struct tee_obj *o = NULL; in syscall_storage_obj_write() local
[all …]
H A Dtee_svc_cryp.c1179 struct tee_obj *o = NULL; in syscall_cryp_obj_get_info() local
1210 struct tee_obj *o = NULL; in syscall_cryp_obj_restrict_usage() local
1259 static void set_attribute(struct tee_obj *o, in set_attribute()
1271 static uint32_t get_attribute(const struct tee_obj *o, in get_attribute()
1287 struct tee_obj *o = NULL; in syscall_cryp_obj_get_attr() local
1330 void tee_obj_attr_free(struct tee_obj *o) in tee_obj_attr_free()
1348 void tee_obj_attr_clear(struct tee_obj *o) in tee_obj_attr_clear()
1367 TEE_Result tee_obj_attr_to_binary(struct tee_obj *o, void *data, in tee_obj_attr_to_binary()
1401 TEE_Result tee_obj_attr_from_binary(struct tee_obj *o, const void *data, in tee_obj_attr_from_binary()
1427 TEE_Result tee_obj_attr_copy_from(struct tee_obj *o, const struct tee_obj *src) in tee_obj_attr_copy_from()
[all …]
H A Dtee_pobj.c85 struct tee_pobj *o = NULL; in tee_pobj_get() local
H A Dtee_time_generic.c41 struct tee_ta_time_offs *o; in tee_time_ta_set_offs() local
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c47 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/lib/libutils/ext/include/
H A Dfault_mitigation.h155 #define __FTMN_FUNC_BYTE(f, o, l) ((o) < (l) ? (uint8_t)(f)[(o)] : 0) argument
158 #define __FTMN_GET_FUNC_U32(f, o, l) \ argument
164 #define __FTMN_FUNC_HASH64(f, o, l) \ argument
168 #define __FTMN_FUNC_HASH32(f, o, l) \ argument
172 #define __FTMN_GET_FUNC_U64(f, o, l) \ argument
182 #define __FTMN_FUNC_HASH32(f, o, l) \ argument
187 #define __FTMN_FUNC_HASH16(f, o, l) \ argument
191 #define __FTMN_FUNC_HASH8(f, o, l) \ argument
195 #define __FTMN_FUNC_HASH4(f, o, l) \ argument
/optee_os/core/drivers/crypto/se050/core/
H A Dstorage.c16 TEE_Result crypto_storage_obj_del(struct tee_obj *o) in crypto_storage_obj_del()
/optee_os/core/pta/tests/
H A Dfs_htree.c410 size_t o = 0; in aux_alloc() local
442 size_t o = 0; in test_write_read() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Daesce.c577 uint8x16_t c, d, e, f, g, n, o; in poly_mult_reduce() local
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h450 #define tiger2_done(m, o) tiger_done(m, o) argument