Searched refs:u8 (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 23 static const u8 35 static int vn(const u8 *x,const u8 *y,int n) in vn() 43 static int tweetnacl_crypto_verify_32(const u8 *x,const u8 *y) in tweetnacl_crypto_verify_32() 111 u8 d[32]; in par25519() 175 int tweetnacl_crypto_scalarmult(u8 *q,const u8 *n,const u8 *p) in tweetnacl_crypto_scalarmult() 177 u8 z[32]; in tweetnacl_crypto_scalarmult() 226 int tweetnacl_crypto_scalarmult_base(u8 *q,const u8 *n) in tweetnacl_crypto_scalarmult_base() 313 int tweetnacl_crypto_sk_to_pk(u8 *pk, const u8 *sk) in tweetnacl_crypto_sk_to_pk() 315 u8 d[64]; in tweetnacl_crypto_sk_to_pk() 386 int tweetnacl_crypto_sign(u8 *sm,u64 *smlen,const u8 *m,u64 mlen,const u8 *sk,const u8 *pk) in tweetnacl_crypto_sign() [all …]
|
/optee_os/core/drivers/ |
A D | imx_sc_api.c | 23 #define RPC_U8(mesg, idx) ((mesg)->data.u8[(idx)]) 105 uint8_t u8[(SC_RPC_MAX_MSG - 1) * 4]; member
|
Completed in 5 milliseconds