Home
last modified time | relevance | path

Searched defs:s (Results 126 – 150 of 187) sorted by relevance

12345678

/optee_os/core/lib/libtomcrypt/src/pk/ed25519/
H A Ded25519_sign.c17 unsigned char *s; in s_ed25519_sign() local
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_recover_key.c32 void *r, *s, *v, *w, *t1, *t2, *u1, *u2, *v1, *v2, *e, *x, *y, *a_plus3; in ecc_recover_key() local
/optee_os/ta/remoteproc/src/
H A Delf_parser.c131 size_t s = 0; in e32_parser_find_rsc_table() local
/optee_os/core/lib/libtomcrypt/
H A Dsha3_accel.c165 static void copy_out_digest(ulong64 *s, unsigned int digest_size, in copy_out_digest()
/optee_os/core/include/crypto/
H A Dinternal_aes-gcm.h93 const uint64_t *s = src; in internal_aes_gcm_xor_block() local
/optee_os/core/mm/
H A Dfile.c85 unsigned int s = 0; in file_add_slice() local
H A Dmobj_dyn_shm.c60 size_t s = 0; in mobj_reg_shm_size() local
355 size_t s = 0; in mobj_reg_shm_alloc() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dripemd160.c107 #define P(a, b, c, d, e, r, s, f, k) \ in mbedtls_internal_ripemd160_process() argument
115 #define P2(a, b, c, d, e, r, s, rp, sp) \ in mbedtls_internal_ripemd160_process() argument
H A Dbignum.c157 int s; in mbedtls_mpi_safe_cond_swap() local
569 int mbedtls_mpi_read_string(mbedtls_mpi *X, int radix, const char *s) in mbedtls_mpi_read_string()
765 char s[MBEDTLS_MPI_RW_BUFFER_SIZE]; in mbedtls_mpi_read_file() local
809 char s[MBEDTLS_MPI_RW_BUFFER_SIZE]; in mbedtls_mpi_write_file() local
1172 int ret, s; in add_sub_mpi() local
2252 size_t i, j, k, s; in mpi_miller_rabin() local
H A Dpsa_util.c437 unsigned char s[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)]; in mbedtls_ecdsa_raw_to_der() local
H A Dmd5.c91 #define P(a, b, c, d, k, s, t) \ in mbedtls_internal_md5_process() argument
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Drc5.c51 ulong32 L[64], *S, A, B, i, j, v, s, t, l; in s_rc5_setup() local
H A Drc6.c48 ulong32 L[64], S[50], A, B, i, j, v, s, l; in s_rc6_setup() local
/optee_os/core/tests/
H A Dftmn_boot_tests.c165 static const char s[] = "s1s2s1"; in chained_calls() local
/optee_os/lib/libutils/ext/include/
H A Dasan.h95 static inline void *asan_memset_unchecked(void *s, int c, size_t n) in asan_memset_unchecked()
/optee_os/core/tee/
H A Dentry_std.c433 struct tee_ta_session *s; in entry_invoke_command() local
465 struct tee_ta_session *s; in entry_cancel() local
H A Dsocket.c242 struct ts_session *s = ts_get_calling_session(); in pta_socket_open_session() local
/optee_os/lib/libutee/
H A Dtee_api.c105 size_t s = 0; in map_tmp_param() local
326 uint32_t s = 0; in TEE_OpenTASession() local
375 uint32_t s = 0; in __GP11_TEE_OpenTASession() local
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c284 sv scalarmult(gf p[4],gf q[4],const u8 *s) in scalarmult()
300 sv scalarbase(gf p[4],const u8 *s) in scalarbase()
455 u8 s[32],t[32],h[64]; in tweetnacl_crypto_sign_open() local
/optee_os/core/lib/libfdt/
H A Dfdt.c270 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
H A Dfdt_rw.c95 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_()
115 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
H A Dfdt_ro.c15 const char *s, int len) in fdt_nodename_eq_()
41 const char *s, *n; in fdt_get_string() local
96 const char *s, int len) in fdt_string_eq_()
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c292 struct ts_session *s = TAILQ_FIRST(&thread_get_tsd()->sess_stack); in ftrace_suspend() local
300 struct ts_session *s = TAILQ_FIRST(&thread_get_tsd()->sess_stack); in ftrace_resume() local
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c169 uint32_t s = 0; in get_spsr() local
464 static TEE_Result stmm_enter_open_session(struct ts_session *s) in stmm_enter_open_session()
485 static TEE_Result stmm_enter_invoke_cmd(struct ts_session *s, uint32_t cmd) in stmm_enter_invoke_cmd()
/optee_os/core/pta/stm32mp/
H A Dremoteproc_pta.c348 struct ts_session *s = ts_get_calling_session(); in rproc_pta_open_session() local

12345678