Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 11 of 11) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_chacha.c85 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()
Dsw_poly1305-donna.c10 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()
Dsw_poly1305-donna-32.h76 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/
Dsw_chacha.c87 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()
Dsw_poly1305-donna.c12 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()
Dsw_poly1305-donna-32.h78 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/
Dsw_chacha.c102 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()
Dsw_poly1305-donna.c9 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()
Dsw_poly1305-donna-32.h73 static void poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, size_t bytes) in poly1305_blocks()
Daes.h80 uint8_t bytes[16]; member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c174 static int_fast16_t RNGLPF3RF_fillPoolIfLessThan(size_t bytes) in RNGLPF3RF_fillPoolIfLessThan()
799 int_fast16_t RNG_fillPoolIfLessThan(size_t bytes) in RNG_fillPoolIfLessThan()