Searched refs:u32 (Results 1 – 9 of 9) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | sw_ecrypt-sync.h | 60 u32 input[16]; /* could be compressed */ 87 u32 keysize, /* Key size in bits. */ 88 u32 ivsize); /* IV size in bits. */ 142 u32 msglen); /* Message length in bytes. */ 148 u32 msglen); /* Message length in bytes. */ 168 u32 length); /* Length of keystream in bytes. */ 196 u32 msglen); 203 u32 msglen); 241 u32 blocks); /* Message length in blocks. */ 247 u32 blocks); /* Message length in blocks. */ [all …]
|
| D | sw_ecrypt-portable.h | 58 typedef unsigned I32T u32; typedef 72 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) 165 #define U8TO32_LITTLE(p) U32TO32_LITTLE(((u32*)(p))[0]) 169 #define U8TO32_BIG(p) U32TO32_BIG(((u32*)(p))[0]) 173 #define U32TO8_LITTLE(p, v) (((u32*)(p))[0] = U32TO32_LITTLE(v)) 177 #define U32TO8_BIG(p, v) (((u32*)(p))[0] = U32TO32_BIG(v)) 187 (((u32)((p)[0]) ) | \ 188 ((u32)((p)[1]) << 8) | \ 189 ((u32)((p)[2]) << 16) | \ 190 ((u32)((p)[3]) << 24)) [all …]
|
| D | sw_chacha.c | 25 static void salsa20_wordtobyte(u8 output[64],const u32 input[16]) in salsa20_wordtobyte() 27 u32 x[16]; in salsa20_wordtobyte() 53 void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in ECRYPT_keysetup() 85 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x,const u8 *m,u8 *c,u32 bytes) in ECRYPT_encrypt_bytes() 109 void ECRYPT_decrypt_bytes(ECRYPT_ctx *x,const u8 *c,u8 *m,u32 bytes) in ECRYPT_decrypt_bytes() 114 void ECRYPT_keystream_bytes(ECRYPT_ctx *x,u8 *stream,u32 bytes) in ECRYPT_keystream_bytes() 116 u32 i; in ECRYPT_keystream_bytes()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/ |
| D | sw_ecrypt-sync.h | 60 u32 input[16]; /* could be compressed */ 86 u32 keysize, /* Key size in bits. */ 87 u32 ivsize); /* IV size in bits. */ 135 void ECRYPT_encrypt_bytes(ECRYPT_ctx *ctx, const u8 *plaintext, u8 *ciphertext, u32 msglen); /* Mes… 138 void ECRYPT_decrypt_bytes(ECRYPT_ctx *ctx, const u8 *ciphertext, u8 *plaintext, u32 msglen); /* Mes… 156 void ECRYPT_keystream_bytes(ECRYPT_ctx *ctx, u8 *keystream, u32 length); /* Length of keystream in … 179 void ECRYPT_encrypt_packet(ECRYPT_ctx *ctx, const u8 *iv, const u8 *plaintext, u8 *ciphertext, u32 … 181 void ECRYPT_decrypt_packet(ECRYPT_ctx *ctx, const u8 *iv, const u8 *ciphertext, u8 *plaintext, u32 … 212 void ECRYPT_encrypt_blocks(ECRYPT_ctx *ctx, const u8 *plaintext, u8 *ciphertext, u32 blocks); /* Me… 215 void ECRYPT_decrypt_blocks(ECRYPT_ctx *ctx, const u8 *ciphertext, u8 *plaintext, u32 blocks); /* Me… [all …]
|
| D | sw_ecrypt-portable.h | 58 typedef unsigned I32T u32; typedef 72 #define U32V(v) ((u32)(v)&U32C(0xFFFFFFFF)) 155 #define U8TO32_LITTLE(p) U32TO32_LITTLE(((u32 *)(p))[0]) 159 #define U8TO32_BIG(p) U32TO32_BIG(((u32 *)(p))[0]) 163 #define U32TO8_LITTLE(p, v) (((u32 *)(p))[0] = U32TO32_LITTLE(v)) 167 #define U32TO8_BIG(p, v) (((u32 *)(p))[0] = U32TO32_BIG(v)) 174 …#define U8TO32_LITTLE(p) (((u32)((p)[0])) | ((u32)((p)[1]) << 8) | ((u32)((p)[2]) << 16) | ((u32)(… 186 …#define U8TO32_BIG(p) (((u32)((p)[0]) << 24) | ((u32)((p)[1]) << 16) | ((u32)((p)[2]) << 8) | ((u3…
|
| D | sw_chacha.c | 29 static void salsa20_wordtobyte(u8 output[64], const u32 input[16]) in salsa20_wordtobyte() 31 u32 x[16]; in salsa20_wordtobyte() 67 void ECRYPT_keysetup(ECRYPT_ctx *x, const u8 *k, u32 kbits, u32 ivbits) in ECRYPT_keysetup() 102 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x, const u8 *m, u8 *c, u32 bytes) in ECRYPT_encrypt_bytes() 138 void ECRYPT_decrypt_bytes(ECRYPT_ctx *x, const u8 *c, u8 *m, u32 bytes) in ECRYPT_decrypt_bytes() 143 void ECRYPT_keystream_bytes(ECRYPT_ctx *x, u8 *stream, u32 bytes) in ECRYPT_keystream_bytes() 145 u32 i; in ECRYPT_keystream_bytes()
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | sw_ecrypt-sync.h | 62 u32 input[16]; /* could be compressed */ 89 u32 keysize, /* Key size in bits. */ 90 u32 ivsize); /* IV size in bits. */ 144 u32 msglen); /* Message length in bytes. */ 150 u32 msglen); /* Message length in bytes. */ 170 u32 length); /* Length of keystream in bytes. */ 198 u32 msglen); 205 u32 msglen); 243 u32 blocks); /* Message length in blocks. */ 249 u32 blocks); /* Message length in blocks. */ [all …]
|
| D | sw_ecrypt-portable.h | 60 typedef unsigned I32T u32; typedef 74 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) 167 #define U8TO32_LITTLE(p) U32TO32_LITTLE(((u32*)(p))[0]) 171 #define U8TO32_BIG(p) U32TO32_BIG(((u32*)(p))[0]) 175 #define U32TO8_LITTLE(p, v) (((u32*)(p))[0] = U32TO32_LITTLE(v)) 179 #define U32TO8_BIG(p, v) (((u32*)(p))[0] = U32TO32_BIG(v)) 189 (((u32)((p)[0]) ) | \ 190 ((u32)((p)[1]) << 8) | \ 191 ((u32)((p)[2]) << 16) | \ 192 ((u32)((p)[3]) << 24)) [all …]
|
| D | sw_chacha.c | 27 static void salsa20_wordtobyte(u8 output[64],const u32 input[16]) in salsa20_wordtobyte() 29 u32 x[16]; in salsa20_wordtobyte() 55 void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in ECRYPT_keysetup() 87 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x,const u8 *m,u8 *c,u32 bytes) in ECRYPT_encrypt_bytes() 111 void ECRYPT_decrypt_bytes(ECRYPT_ctx *x,const u8 *c,u8 *m,u32 bytes) in ECRYPT_decrypt_bytes() 116 void ECRYPT_keystream_bytes(ECRYPT_ctx *x,u8 *stream,u32 bytes) in ECRYPT_keystream_bytes() 118 u32 i; in ECRYPT_keystream_bytes()
|