Home
last modified time | relevance | path

Searched defs:s (Results 51 – 75 of 187) sorted by relevance

12345678

/optee_os/core/arch/arm/tee/
H A Dsvc_cache.c14 struct ts_session *s = ts_get_current_session(); in syscall_cache_operation() local
/optee_os/core/pta/
H A Dsystem.c232 struct ts_session *s = NULL; in system_dlopen() local
263 struct ts_session *s = NULL; in system_dlsym() local
353 struct ts_session *s = NULL; in open_session() local
369 struct ts_session *s = ts_get_calling_session(); in invoke_command() local
/optee_os/lib/libutils/ext/
H A Dstrlcpy.c49 register const char *s = src; in strlcpy() local
H A Dstrlcat.c53 register const char *s = src; in strlcat() local
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Dui64_to_extF80.c47 union { struct extFloat80M s; extFloat80_t f; } uZ; in ui64_to_extF80() member
H A Dui32_to_extF80.c47 union { struct extFloat80M s; extFloat80_t f; } uZ; in ui32_to_extF80() member
H A Di32_to_extF80.c50 union { struct extFloat80M s; extFloat80_t f; } uZ; in i32_to_extF80() member
H A Di64_to_extF80.c50 union { struct extFloat80M s; extFloat80_t f; } uZ; in i64_to_extF80() member
H A DextF80_to_ui64_r_minMag.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_ui64_r_minMag() member
H A DextF80_to_ui32_r_minMag.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_ui32_r_minMag() member
H A DextF80_to_ui32.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_ui32() member
H A DextF80_to_i32_r_minMag.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_i32_r_minMag() member
H A DextF80_to_i64_r_minMag.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_i64_r_minMag() member
H A DextF80_to_i32.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_i32() member
/optee_os/lib/libutils/isoc/newlib/
H A Dstrcpy.c100 char *s = dst0; variable
H A Dmemset.c77 char *s = (char *)m; variable
/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dudivmodti4.c32 si_int s; // Shift amount for normalization in udiv128by64to64default() local
147 const ti_int s = in __udivmodti4() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Decdsa.c244 mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign_restartable()
380 int mbedtls_ecdsa_sign(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign()
398 mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign_det_restartable()
471 mbedtls_mpi *s, const mbedtls_mpi *d, in mbedtls_ecdsa_sign_det_ext()
492 const mbedtls_mpi *s, in mbedtls_ecdsa_verify_restartable()
600 const mbedtls_mpi *s) in mbedtls_ecdsa_verify()
609 static int ecdsa_signature_to_asn1(const mbedtls_mpi *r, const mbedtls_mpi *s, in ecdsa_signature_to_asn1()
648 mbedtls_mpi r, s; in mbedtls_ecdsa_write_signature_restartable() local
723 mbedtls_mpi r, s; in mbedtls_ecdsa_read_signature_restartable() local
H A Dx509_create.c37 #define ADD_STRLEN(s) s, sizeof(s) - 1 argument
138 static int parse_attribute_value_string(const char *s, in parse_attribute_value_string()
202 static int parse_attribute_value_hex_der_encoded(const char *s, in parse_attribute_value_hex_der_encoded()
285 const char *s = name, *c = s; in mbedtls_x509_string_to_names() local
/optee_os/core/lib/libfdt/
H A Dfdt_strerror.c52 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dmd4.c54 #define FF(a, b, c, d, x, s) { \ argument
58 #define GG(a, b, c, d, x, s) { \ argument
62 #define HH(a, b, c, d, x, s) { \ argument
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_prng.h15 rc4_state s; member
21 chacha_state s; /* chacha state */ member
45 sober128_state s; /* sober128 state */ member
/optee_os/core/drivers/crypto/stm32/
H A Decc.c291 static TEE_Result stm32_alloc_keypair(struct ecc_keypair *s, uint32_t type, in stm32_alloc_keypair()
325 static TEE_Result stm32_alloc_publickey(struct ecc_public_key *s, uint32_t type, in stm32_alloc_publickey()
351 static void stm32_free_publickey(struct ecc_public_key *s) in stm32_free_publickey()
/optee_os/core/kernel/
H A Dscall.c158 struct ts_session *s = NULL; in ftrace_syscall_enter() local
177 struct ts_session *s = TAILQ_FIRST(&thread_get_tsd()->sess_stack); in ftrace_syscall_leave() local
/optee_os/core/drivers/crypto/se050/core/
H A Drsa.c112 static bool bn_alloc_max(struct bignum **s) in bn_alloc_max()
517 static TEE_Result do_alloc_keypair(struct rsa_keypair *s, in do_alloc_keypair()
552 static TEE_Result do_alloc_publickey(struct rsa_public_key *s, in do_alloc_publickey()
566 static void do_free_publickey(struct rsa_public_key *s) in do_free_publickey()
574 static void do_free_keypair(struct rsa_keypair *s) in do_free_keypair()

12345678