Home
last modified time | relevance | path

Searched refs:ECRYPT_encrypt_bytes (Results 1 – 6 of 6) 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() function
111 ECRYPT_encrypt_bytes(x,c,m,bytes); in ECRYPT_decrypt_bytes()
118 ECRYPT_encrypt_bytes(x,stream,stream,bytes); in ECRYPT_keystream_bytes()
Dsw_ecrypt-sync.h138 void ECRYPT_encrypt_bytes(
220 ECRYPT_encrypt_bytes(ctx, plaintext, ciphertext, \
/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() function
113 ECRYPT_encrypt_bytes(x,c,m,bytes); in ECRYPT_decrypt_bytes()
120 ECRYPT_encrypt_bytes(x,stream,stream,bytes); in ECRYPT_keystream_bytes()
Dsw_ecrypt-sync.h140 void ECRYPT_encrypt_bytes(
222 ECRYPT_encrypt_bytes(ctx, plaintext, ciphertext, \
/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() function
140 ECRYPT_encrypt_bytes(x, c, m, bytes); in ECRYPT_decrypt_bytes()
150 ECRYPT_encrypt_bytes(x, stream, stream, bytes); in ECRYPT_keystream_bytes()
Dsw_ecrypt-sync.h135 void ECRYPT_encrypt_bytes(ECRYPT_ctx *ctx, const u8 *plaintext, u8 *ciphertext, u32 msglen); /* Mes…
198 ECRYPT_encrypt_bytes(ctx, plaintext, ciphertext, (blocks)*ECRYPT_BLOCKLENGTH)