Searched defs:cs (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/drivers/ |
A D | ls_dspi.c | 253 unsigned int cs = data->slave_cs; in ls_dspi_txrx8() local 306 unsigned int cs = data->slave_cs; in ls_dspi_txrx16() local 368 unsigned int cs = data->slave_cs; in ls_dspi_end() local 403 unsigned int cs, unsigned int state) in dspi_set_cs_active_state() 470 unsigned int cs, unsigned int speed_max_hz, in dspi_config_slave_state()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 2601 struct tee_cryp_state *cs = NULL; in syscall_cryp_state_alloc() local 2772 struct tee_cryp_state *cs = NULL; in syscall_cryp_state_free() local 2787 struct tee_cryp_state *cs = NULL; in syscall_hash_init() local 2832 struct tee_cryp_state *cs = NULL; in syscall_hash_update() local 2881 struct tee_cryp_state *cs = NULL; in syscall_hash_final() local 2977 struct tee_cryp_state *cs = NULL; in syscall_cipher_init() local 3034 struct tee_cryp_state *cs = NULL; in tee_svc_cipher_update_helper() local 3373 struct tee_cryp_state *cs = NULL; in syscall_cryp_derive_key() local 3704 struct tee_cryp_state *cs = NULL; in syscall_authenc_init() local 3745 struct tee_cryp_state *cs = NULL; in syscall_authenc_update_aad() local [all …]
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 224 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() 383 …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() 451 …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()
|
Completed in 13 milliseconds