Searched refs:u8 (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
| H A D | tweetnacl.c | 10 typedef unsigned char u8; typedef 16 static const u8 28 static int vn(const u8 *x,const u8 *y,int n) in vn() 36 static int tweetnacl_crypto_verify_32(const u8 *x,const u8 *y) in tweetnacl_crypto_verify_32() 69 sv pack25519(u8 *o,const gf n) in pack25519() 96 u8 c[32],d[32]; in neq25519() 102 static u8 par25519(const gf a) in par25519() 104 u8 d[32]; in par25519() 109 sv unpack25519(gf o, const u8 *n) in unpack25519() 168 int tweetnacl_crypto_scalarmult(u8 *q,const u8 *n,const u8 *p) in tweetnacl_crypto_scalarmult() [all …]
|
| /optee_os/core/include/drivers/ |
| H A D | imx_mu.h | 14 #define IMX_MU_DATA_U8(mesg, idx) ((mesg)->data.u8[(idx)]) 47 uint8_t u8[IMX_MU_MSG_SIZE * 4]; member
|
| /optee_os/core/drivers/crypto/ele/ |
| H A D | ele.c | 277 memcpy(msg.data.u8, &cmd, sizeof(cmd)); in imx_ele_session_open() 283 memcpy(&rsp, msg.data.u8, sizeof(rsp)); in imx_ele_session_open() 309 memcpy(msg.data.u8, &cmd, sizeof(cmd)); in imx_ele_session_close() 341 memcpy(msg.data.u8, &cmd, sizeof(cmd)); in imx_ele_get_device_info() 420 memcpy(msg.data.u8, &cmd, sizeof(cmd)); in imx_ele_derive_key() 478 memcpy(&rsp, msg.data.u8, sizeof(rsp)); in imx_ele_rng_get_trng_state() 533 memcpy(msg.data.u8, &cmd, sizeof(cmd)); in imx_ele_rng_get_random()
|
| /optee_os/lib/libutils/ext/ |
| H A D | qsort_helpers.c | 30 QSORT_HELPER(u8, uint8_t);
|