Searched defs:bytes (Results 1 – 11 of 11) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | sw_chacha.c | 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()
|
| D | sw_poly1305-donna.c | 10 poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes) { in poly1305_update() 47 poly1305_auth(unsigned char mac[16], const unsigned char *m, size_t bytes, const unsigned char key[… in poly1305_auth()
|
| D | sw_poly1305-donna-32.h | 76 poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, size_t bytes) { in poly1305_blocks()
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | sw_chacha.c | 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()
|
| D | sw_poly1305-donna.c | 12 poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes) { in poly1305_update() 49 poly1305_auth(unsigned char mac[16], const unsigned char *m, size_t bytes, const unsigned char key[… in poly1305_auth()
|
| D | sw_poly1305-donna-32.h | 78 poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, size_t bytes) { in poly1305_blocks()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/ |
| D | sw_chacha.c | 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()
|
| D | sw_poly1305-donna.c | 9 void poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes) in poly1305_update() 57 void poly1305_auth(unsigned char mac[16], const unsigned char *m, size_t bytes, const unsigned char… in poly1305_auth()
|
| D | sw_poly1305-donna-32.h | 73 static void poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, size_t bytes) in poly1305_blocks()
|
| D | aes.h | 80 uint8_t bytes[16]; member
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/ |
| D | RNGLPF3RF.c | 174 static int_fast16_t RNGLPF3RF_fillPoolIfLessThan(size_t bytes) in RNGLPF3RF_fillPoolIfLessThan() 799 int_fast16_t RNG_fillPoolIfLessThan(size_t bytes) in RNG_fillPoolIfLessThan()
|