/optee_os/core/kernel/ |
A D | ts_manager.c | 19 struct ts_session *s = TAILQ_FIRST(&tsd->sess_stack); in update_current_ctx() local 38 void ts_push_current_session(struct ts_session *s) in ts_push_current_session() 49 struct ts_session *s = TAILQ_FIRST(&tsd->sess_stack); in ts_pop_current_session() local 60 struct ts_session *s = ts_get_current_session(); in ts_get_calling_session() local 74 struct ts_session *s = ts_get_current_session_may_fail(); in ts_get_current_session() local
|
A D | tee_ta_manager.c | 178 static void dec_session_ref_count(struct tee_ta_session *s) in dec_session_ref_count() 186 void tee_ta_put_session(struct tee_ta_session *s) in tee_ta_put_session() 202 struct tee_ta_session *s = NULL; in tee_ta_find_session_nolock() local 218 struct tee_ta_session *s = NULL; in tee_ta_find_session() local 232 struct tee_ta_session *s; in tee_ta_get_session() local 267 static void tee_ta_unlink_session(struct tee_ta_session *s, in tee_ta_unlink_session() 287 static void destroy_session(struct tee_ta_session *s, in destroy_session() 710 struct tee_ta_session *s = NULL; in tee_ta_open_session() local 871 struct ts_session *s = ts_get_current_session(); in tee_ta_gprof_sample_pc() local 924 struct ts_session *s = ts_get_current_session(); in tee_ta_update_session_utime() local [all …]
|
A D | pseudo_ta.c | 20 static bool client_is_secure(struct ts_session *s) in client_is_secure() 29 static bool validate_in_param(struct ts_session *s, struct mobj *mobj) in validate_in_param() 141 static TEE_Result pseudo_ta_enter_open_session(struct ts_session *s) in pseudo_ta_enter_open_session() 187 static TEE_Result pseudo_ta_enter_invoke_cmd(struct ts_session *s, uint32_t cmd) in pseudo_ta_enter_invoke_cmd() 220 static void pseudo_ta_enter_close_session(struct ts_session *s) in pseudo_ta_enter_close_session() 290 struct tee_ta_session *s) in tee_ta_init_pseudo_ta_session()
|
/optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt.c | 16 #define NAME_VALUE(s) #s"="NAME(s) argument 17 #define NAME(s) #s argument
|
A D | crypt_inits.c | 72 #define NAME_VALUE(s) #s"="NAME(s) in crypt_mp_init() argument 73 #define NAME(s) #s in crypt_mp_init() argument
|
/optee_os/core/tee/ |
A D | uuid.c | 10 void tee_uuid_to_octets(uint8_t *d, const TEE_UUID *s) in tee_uuid_to_octets() 23 void tee_uuid_from_octets(TEE_UUID *d, const uint8_t *s) in tee_uuid_from_octets()
|
/optee_os/core/pta/ |
A D | gprof.c | 50 static TEE_Result gprof_send(struct ts_session *s, uint32_t param_types, in gprof_send() 65 static TEE_Result gprof_start_pc_sampling(struct ts_session *s, in gprof_start_pc_sampling() 107 static TEE_Result gprof_stop_pc_sampling(struct ts_session *s, in gprof_stop_pc_sampling() 151 struct ts_session *s = ts_get_calling_session(); in open_session() local 166 struct ts_session *s = ts_get_calling_session(); in invoke_command() local
|
/optee_os/core/arch/arm/kernel/ |
A D | secure_partition.c | 61 struct sp_session *s = NULL; in sp_find_session_id() local 78 struct sp_session *s = NULL; in sp_get_session() local 92 struct sp_session *s = NULL; in sp_partition_info_get_all() local 166 static TEE_Result sp_create_ctx(const TEE_UUID *uuid, struct sp_session *s) in sp_create_ctx() 199 struct sp_session *s = calloc(1, sizeof(struct sp_session)); in sp_create_session() local 235 TEE_Result sp_map_shared(struct sp_session *s, in sp_map_shared() 279 TEE_Result sp_unmap_ffa_regions(struct sp_session *s, struct sp_mem *smem) in sp_unmap_ffa_regions() 305 struct sp_session *s = NULL; in sp_open_session() local 395 static TEE_Result sp_enter_invoke_cmd(struct ts_session *s, in sp_enter_invoke_cmd() 459 struct sp_session *s = uctx->open_session; in sp_handle_svc() local
|
/optee_os/core/lib/libtomcrypt/ |
A D | dsa.c | 16 TEE_Result crypto_acipher_alloc_dsa_keypair(struct dsa_keypair *s, in crypto_acipher_alloc_dsa_keypair() 40 TEE_Result crypto_acipher_alloc_dsa_public_key(struct dsa_public_key *s, in crypto_acipher_alloc_dsa_public_key() 102 void *r, *s; in crypto_acipher_dsa_sign() local 170 void *r, *s; in crypto_acipher_dsa_verify() local
|
/optee_os/core/lib/libtomcrypt/src/hashes/ |
A D | rmd128.c | 50 #define FF(a, b, c, d, x, s) \ argument 54 #define GG(a, b, c, d, x, s) \ argument 58 #define HH(a, b, c, d, x, s) \ argument 62 #define II(a, b, c, d, x, s) \ argument 66 #define FFF(a, b, c, d, x, s) \ argument 70 #define GGG(a, b, c, d, x, s) \ argument 74 #define HHH(a, b, c, d, x, s) \ argument 78 #define III(a, b, c, d, x, s) \ argument
|
A D | rmd256.c | 44 #define FF(a, b, c, d, x, s) \ argument 48 #define GG(a, b, c, d, x, s) \ argument 52 #define HH(a, b, c, d, x, s) \ argument 56 #define II(a, b, c, d, x, s) \ argument 60 #define FFF(a, b, c, d, x, s) \ argument 64 #define GGG(a, b, c, d, x, s) \ argument 68 #define HHH(a, b, c, d, x, s) \ argument 72 #define III(a, b, c, d, x, s) \ argument
|
A D | rmd160.c | 51 #define FF(a, b, c, d, e, x, s) \ argument 56 #define GG(a, b, c, d, e, x, s) \ argument 61 #define HH(a, b, c, d, e, x, s) \ argument 66 #define II(a, b, c, d, e, x, s) \ argument 71 #define JJ(a, b, c, d, e, x, s) \ argument 76 #define FFF(a, b, c, d, e, x, s) \ argument 81 #define GGG(a, b, c, d, e, x, s) \ argument 86 #define HHH(a, b, c, d, e, x, s) \ argument 91 #define III(a, b, c, d, e, x, s) \ argument 96 #define JJJ(a, b, c, d, e, x, s) \ argument
|
A D | rmd320.c | 46 #define FF(a, b, c, d, e, x, s) \ argument 51 #define GG(a, b, c, d, e, x, s) \ argument 56 #define HH(a, b, c, d, e, x, s) \ argument 61 #define II(a, b, c, d, e, x, s) \ argument 66 #define JJ(a, b, c, d, e, x, s) \ argument 71 #define FFF(a, b, c, d, e, x, s) \ argument 76 #define GGG(a, b, c, d, e, x, s) \ argument 81 #define HHH(a, b, c, d, e, x, s) \ argument 86 #define III(a, b, c, d, e, x, s) \ argument 91 #define JJJ(a, b, c, d, e, x, s) \ argument
|
A D | md5.c | 45 #define FF(a,b,c,d,M,s,t) \ argument 48 #define GG(a,b,c,d,M,s,t) \ argument 51 #define HH(a,b,c,d,M,s,t) \ argument 54 #define II(a,b,c,d,M,s,t) \ argument 84 #define FF(a,b,c,d,M,s,t) \ argument 87 #define GG(a,b,c,d,M,s,t) \ argument 90 #define HH(a,b,c,d,M,s,t) \ argument 93 #define II(a,b,c,d,M,s,t) \ argument
|
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | extF80_eq.c | 47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_eq() member 50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_eq() member
|
A D | extF80_eq_signaling.c | 46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_eq_signaling() member 49 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_eq_signaling() member
|
A D | extF80_mul.c | 47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_mul() member 53 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_mul() member 66 union { struct extFloat80M s; extFloat80_t f; } uZ; in extF80_mul() member
|
A D | extF80_le.c | 47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_le() member 50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_le() member
|
A D | extF80_le_quiet.c | 47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_le_quiet() member 50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_le_quiet() member
|
A D | extF80_lt.c | 47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_lt() member 50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_lt() member
|
A D | extF80_lt_quiet.c | 47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_lt_quiet() member 50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_lt_quiet() member
|
A D | extF80_sub.c | 46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_sub() member 50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_sub() member
|
A D | extF80_add.c | 46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_add() member 50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_add() member
|
A D | extF80_div.c | 47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_div() member 53 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_div() member 73 union { struct extFloat80M s; extFloat80_t f; } uZ; in extF80_div() member
|
/optee_os/lib/libutee/ |
A D | tee_uuid_from_str.c | 23 static uint32_t parse_hex(const char *s, size_t nchars, uint32_t *res) in parse_hex() 42 TEE_Result tee_uuid_from_str(TEE_UUID *uuid, const char *s) in tee_uuid_from_str()
|