Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/
H A Dls_dspi.c246 unsigned int cs = data->slave_cs; in ls_dspi_txrx8() local
299 unsigned int cs = data->slave_cs; in ls_dspi_txrx16() local
361 unsigned int cs = data->slave_cs; in ls_dspi_end() local
408 unsigned int cs, unsigned int state) in dspi_set_cs_active_state()
475 unsigned int cs, unsigned int speed_max_hz, in dspi_config_slave_state()
/optee_os/core/kernel/
H A Dtransfer_list.c300 uint8_t cs = 0; in calc_byte_sum() local
316 uint8_t cs = 0; in transfer_list_update_checksum() local
/optee_os/core/tee/
H A Dtee_svc_cryp.c2594 static void cryp_state_free(struct user_ta_ctx *utc, struct tee_cryp_state *cs) in cryp_state_free()
2786 struct tee_cryp_state *cs = NULL; in syscall_cryp_state_alloc() local
2959 struct tee_cryp_state *cs = NULL; in syscall_cryp_state_free() local
2974 struct tee_cryp_state *cs = NULL; in syscall_hash_init() local
3019 struct tee_cryp_state *cs = NULL; in syscall_hash_update() local
3077 struct tee_cryp_state *cs = NULL; in syscall_hash_final() local
3201 struct tee_cryp_state *cs = NULL; in syscall_cipher_init() local
3254 struct tee_cryp_state *cs = NULL; in tee_svc_cipher_update_helper() local
3693 struct tee_cryp_state *cs = NULL; in syscall_cryp_derive_key() local
4089 struct tee_cryp_state *cs = NULL; in syscall_authenc_init() local
[all …]
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c224 static LTC_INLINE int tweetnacl_crypto_hash_ctx(u8 *out,const u8 *m,u64 n,const u8 *ctx,u32 cs) in tweetnacl_crypto_hash_ctx()
384 …rypto_sign(u8 *sm,u64 *smlen,const u8 *m,u64 mlen,const u8 *sk,const u8 *pk, const u8 *ctx, u64 cs) in tweetnacl_crypto_sign()
452 …ypto_sign_open(int *stat, u8 *m,u64 *mlen,const u8 *sm,u64 smlen,const u8 *ctx,u64 cs,const u8 *pk) in tweetnacl_crypto_sign_open()