Searched refs:u8 (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 16 static const u8 28 static int vn(const u8 *x,const u8 *y,int n) in vn() 104 u8 d[32]; in par25519() 168 int tweetnacl_crypto_scalarmult(u8 *q,const u8 *n,const u8 *p) in tweetnacl_crypto_scalarmult() 170 u8 z[32]; in tweetnacl_crypto_scalarmult() 219 int tweetnacl_crypto_scalarmult_base(u8 *q,const u8 *n) in tweetnacl_crypto_scalarmult_base() 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() 310 int tweetnacl_crypto_sk_to_pk(u8 *pk, const u8 *sk) in tweetnacl_crypto_sk_to_pk() 312 u8 d[64]; in tweetnacl_crypto_sk_to_pk() 383 int tweetnacl_crypto_sign(u8 *sm,u64 *smlen,const u8 *m,u64 mlen,const u8 *sk,const u8 *pk, const u… in tweetnacl_crypto_sign() [all …]
|
/optee_os-3.20.0/core/include/drivers/ |
A D | imx_mu.h | 14 #define IMX_MU_DATA_U8(mesg, idx) ((mesg)->data.u8[(idx)]) 46 uint8_t u8[IMX_MU_MSG_SIZE * 4]; member
|
Completed in 3 milliseconds