Home
last modified time | relevance | path

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

1234567

/optee_os-3.20.0/core/kernel/
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
A Dtee_ta_manager.c196 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 Dpseudo_ta.c20 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 Dcrypt.c9 #define NAME_VALUE(s) #s"="NAME(s) argument
10 #define NAME(s) #s argument
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-3.20.0/core/tee/
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-3.20.0/core/pta/
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-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cfg.h308 # 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 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-3.20.0/core/lib/libtomcrypt/src/hashes/
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
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
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
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
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-3.20.0/lib/libutils/isoc/newlib/
A Dstrtok_r.c33 __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 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
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
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
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
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
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
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
A DextF80_sub.c46 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 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()
/optee_os-3.20.0/core/drivers/crypto/versal/
A Drsa.c303 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()

Completed in 26 milliseconds

1234567