Home
last modified time | relevance | path

Searched refs:keystream (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_ecrypt-sync.h167 u8* keystream,
229 #define ECRYPT_keystream_blocks(ctx, keystream, blocks) \ argument
230 ECRYPT_keystream_bytes(ctx, keystream, \
253 const u8* keystream,
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_ecrypt-sync.h156 void ECRYPT_keystream_bytes(ECRYPT_ctx *ctx, u8 *keystream, u32 length); /* Length of keystream in …
205 #define ECRYPT_keystream_blocks(ctx, keystream, blocks) \ argument
206 ECRYPT_keystream_bytes(ctx, keystream, (blocks)*ECRYPT_BLOCKLENGTH)
220 void ECRYPT_keystream_blocks(ECRYPT_ctx *ctx, const u8 *keystream, u32 blocks); /* Keystream length…
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_ecrypt-sync.h169 u8* keystream,
231 #define ECRYPT_keystream_blocks(ctx, keystream, blocks) \ argument
232 ECRYPT_keystream_bytes(ctx, keystream, \
255 const u8* keystream,