Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 187) sorted by relevance

12345678

/optee_os/core/kernel/
H A Dts_manager.c19 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
H A Dtee_ta_manager.c189 static void dec_session_ref_count(struct tee_ta_session *s) in dec_session_ref_count()
197 void tee_ta_put_session(struct tee_ta_session *s) in tee_ta_put_session()
213 struct tee_ta_session *s = NULL; in tee_ta_find_session_nolock() local
229 struct tee_ta_session *s = NULL; in tee_ta_find_session() local
243 struct tee_ta_session *s; in tee_ta_get_session() local
278 static void tee_ta_unlink_session(struct tee_ta_session *s, in tee_ta_unlink_session()
298 static void destroy_session(struct tee_ta_session *s, in destroy_session()
342 static TEE_Result check_client(struct tee_ta_session *s, const TEE_Identity *id) in check_client()
525 static TEE_Result tee_ta_init_session_with_context(struct tee_ta_session *s, in tee_ta_init_session_with_context()
602 struct tee_ta_session *s = calloc(1, sizeof(struct tee_ta_session)); in tee_ta_init_session() local
[all …]
H A Dpseudo_ta.c21 static bool client_is_secure(struct ts_session *s) in client_is_secure()
30 static bool validate_in_param(struct ts_session *s, struct mobj *mobj) in validate_in_param()
142 static TEE_Result pseudo_ta_enter_open_session(struct ts_session *s) in pseudo_ta_enter_open_session()
188 static TEE_Result pseudo_ta_enter_invoke_cmd(struct ts_session *s, uint32_t cmd) in pseudo_ta_enter_invoke_cmd()
221 static void pseudo_ta_enter_close_session(struct ts_session *s) in pseudo_ta_enter_close_session()
291 struct tee_ta_session *s) in tee_ta_init_pseudo_ta_session()
H A Duser_ta.c236 static TEE_Result user_ta_enter_open_session(struct ts_session *s) in user_ta_enter_open_session()
241 static TEE_Result user_ta_enter_invoke_cmd(struct ts_session *s, uint32_t cmd) in user_ta_enter_invoke_cmd()
246 static void user_ta_enter_close_session(struct ts_session *s) in user_ta_enter_close_session()
254 static TEE_Result user_ta_enter_dump_memstats(struct ts_session *s) in user_ta_enter_dump_memstats()
456 struct tee_ta_session *s) in tee_ta_init_user_ta_session()
516 TEE_Result tee_ta_complete_user_ta_session(struct tee_ta_session *s) in tee_ta_complete_user_ta_session()
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt.c9 #define NAME_VALUE(s) #s"="NAME(s) argument
10 #define NAME(s) #s argument
H A Dcrypt_inits.c65 #define NAME_VALUE(s) #s"="NAME(s) in crypt_mp_init() argument
66 #define NAME(s) #s in crypt_mp_init() argument
/optee_os/core/pta/
H A Dgprof.c50 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/tee/
H A Duuid.c10 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/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cfg.h329 # define LTC_DEPRECATED(s) __attribute__((deprecated("replaced by " #s))) argument
330 # define PRIVATE_LTC_DEPRECATED_PRAGMA(s) _Pragma(#s) argument
331 # define LTC_DEPRECATED_PRAGMA(s) PRIVATE_LTC_DEPRECATED_PRAGMA(GCC warning s) argument
333 # define LTC_DEPRECATED(s) __attribute__((deprecated)) argument
334 # define LTC_DEPRECATED_PRAGMA(s) argument
337 # define LTC_DEPRECATED(s) __declspec(deprecated("replaced by " #s)) argument
338 # define LTC_DEPRECATED_PRAGMA(s) __pragma(message(s)) argument
340 # define LTC_DEPRECATED(s) argument
341 # define LTC_DEPRECATED_PRAGMA(s) argument
/optee_os/core/lib/libtomcrypt/
H A Ddsa.c16 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/
H A Drmd128.c43 #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
H A Drmd256.c37 #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
H A Drmd160.c44 #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
H A Drmd320.c39 #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
H A Dmd5.c38 #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/lib/libutils/isoc/newlib/
H A Dstrtok_r.c33 __strtok_r (register char *s, in __strtok_r()
92 strtok_r (register char *__restrict s, in strtok_r()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A DextF80_eq.c47 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
H A DextF80_eq_signaling.c46 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
H A DextF80_mul.c47 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
H A DextF80_lt_quiet.c47 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
H A DextF80_lt.c47 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
H A DextF80_le.c47 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
H A DextF80_le_quiet.c47 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
/optee_os/core/drivers/crypto/versal/
H A Drsa.c301 static TEE_Result do_gen_keypair(struct rsa_keypair *s, size_t size_bits) in do_gen_keypair()
306 static TEE_Result do_alloc_keypair(struct rsa_keypair *s, size_t size_bits) in do_alloc_keypair()
316 static void do_free_publickey(struct rsa_public_key *s) in do_free_publickey()
321 static void do_free_keypair(struct rsa_keypair *s) in do_free_keypair()
/optee_os/lib/libutee/
H A Dtee_uuid_from_str.c23 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()

12345678