/optee_os-3.20.0/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 70 struct ts_session *s = ts_get_current_session_may_fail(); in ts_get_current_session() local
|
A D | tee_ta_manager.c | 196 static void dec_session_ref_count(struct tee_ta_session *s) in dec_session_ref_count() 204 void tee_ta_put_session(struct tee_ta_session *s) in tee_ta_put_session() 220 struct tee_ta_session *s = NULL; in tee_ta_find_session_nolock() local 236 struct tee_ta_session *s = NULL; in tee_ta_find_session() local 250 struct tee_ta_session *s; in tee_ta_get_session() local 285 static void tee_ta_unlink_session(struct tee_ta_session *s, in tee_ta_unlink_session() 305 static void destroy_session(struct tee_ta_session *s, in destroy_session() 727 struct tee_ta_session *s = NULL; in tee_ta_open_session() local 1062 struct ts_session *s = ts_get_current_session(); in tee_ta_gprof_sample_pc() local 1115 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-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt.c | 9 #define NAME_VALUE(s) #s"="NAME(s) argument 10 #define NAME(s) #s argument
|
A D | crypt_inits.c | 65 #define NAME_VALUE(s) #s"="NAME(s) in crypt_mp_init() argument 66 #define NAME(s) #s in crypt_mp_init() argument
|
/optee_os-3.20.0/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-3.20.0/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-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cfg.h | 308 # define LTC_DEPRECATED(s) __attribute__((deprecated("replaced by " #s))) argument 309 # define PRIVATE_LTC_DEPRECATED_PRAGMA(s) _Pragma(#s) argument 310 # define LTC_DEPRECATED_PRAGMA(s) PRIVATE_LTC_DEPRECATED_PRAGMA(GCC warning s) argument 312 # define LTC_DEPRECATED(s) __attribute__((deprecated)) argument 313 # define LTC_DEPRECATED_PRAGMA(s) argument 316 # define LTC_DEPRECATED(s) __declspec(deprecated("replaced by " #s)) argument 317 # define LTC_DEPRECATED_PRAGMA(s) __pragma(message(s)) argument 319 # define LTC_DEPRECATED(s) argument 320 # define LTC_DEPRECATED_PRAGMA(s) argument
|
/optee_os-3.20.0/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-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | rmd128.c | 43 #define FF(a, b, c, d, x, s) \ argument 47 #define GG(a, b, c, d, x, s) \ argument 51 #define HH(a, b, c, d, x, s) \ argument 55 #define II(a, b, c, d, x, s) \ argument 59 #define FFF(a, b, c, d, x, s) \ argument 63 #define GGG(a, b, c, d, x, s) \ argument 67 #define HHH(a, b, c, d, x, s) \ argument 71 #define III(a, b, c, d, x, s) \ argument
|
A D | rmd256.c | 37 #define FF(a, b, c, d, x, s) \ argument 41 #define GG(a, b, c, d, x, s) \ argument 45 #define HH(a, b, c, d, x, s) \ argument 49 #define II(a, b, c, d, x, s) \ argument 53 #define FFF(a, b, c, d, x, s) \ argument 57 #define GGG(a, b, c, d, x, s) \ argument 61 #define HHH(a, b, c, d, x, s) \ argument 65 #define III(a, b, c, d, x, s) \ argument
|
A D | rmd160.c | 44 #define FF(a, b, c, d, e, x, s) \ argument 49 #define GG(a, b, c, d, e, x, s) \ argument 54 #define HH(a, b, c, d, e, x, s) \ argument 59 #define II(a, b, c, d, e, x, s) \ argument 64 #define JJ(a, b, c, d, e, x, s) \ argument 69 #define FFF(a, b, c, d, e, x, s) \ argument 74 #define GGG(a, b, c, d, e, x, s) \ argument 79 #define HHH(a, b, c, d, e, x, s) \ argument 84 #define III(a, b, c, d, e, x, s) \ argument 89 #define JJJ(a, b, c, d, e, x, s) \ argument
|
A D | rmd320.c | 39 #define FF(a, b, c, d, e, x, s) \ argument 44 #define GG(a, b, c, d, e, x, s) \ argument 49 #define HH(a, b, c, d, e, x, s) \ argument 54 #define II(a, b, c, d, e, x, s) \ argument 59 #define JJ(a, b, c, d, e, x, s) \ argument 64 #define FFF(a, b, c, d, e, x, s) \ argument 69 #define GGG(a, b, c, d, e, x, s) \ argument 74 #define HHH(a, b, c, d, e, x, s) \ argument 79 #define III(a, b, c, d, e, x, s) \ argument 84 #define JJJ(a, b, c, d, e, x, s) \ argument
|
A D | md5.c | 38 #define FF(a,b,c,d,M,s,t) \ argument 41 #define GG(a,b,c,d,M,s,t) \ argument 44 #define HH(a,b,c,d,M,s,t) \ argument 47 #define II(a,b,c,d,M,s,t) \ argument 77 #define FF(a,b,c,d,M,s,t) \ argument 80 #define GG(a,b,c,d,M,s,t) \ argument 83 #define HH(a,b,c,d,M,s,t) \ argument 86 #define II(a,b,c,d,M,s,t) \ argument
|
/optee_os-3.20.0/lib/libutils/isoc/newlib/ |
A D | strtok_r.c | 33 __strtok_r (register char *s, in __strtok_r() 92 strtok_r (register char *__restrict s, in strtok_r()
|
/optee_os-3.20.0/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_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_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_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_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
|
/optee_os-3.20.0/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()
|
/optee_os-3.20.0/core/drivers/crypto/versal/ |
A D | rsa.c | 303 static TEE_Result do_gen_keypair(struct rsa_keypair *s, size_t size_bits) in do_gen_keypair() 308 static TEE_Result do_alloc_keypair(struct rsa_keypair *s, size_t size_bits) in do_alloc_keypair() 318 static void do_free_publickey(struct rsa_public_key *s) in do_free_publickey() 323 static void do_free_keypair(struct rsa_keypair *s) in do_free_keypair()
|