Searched refs:ECRYPT_encrypt_bytes (Results 1 – 6 of 6) 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() 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()
|
| D | sw_ecrypt-sync.h | 138 void ECRYPT_encrypt_bytes( 220 ECRYPT_encrypt_bytes(ctx, plaintext, ciphertext, \
|
| /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() 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()
|
| D | sw_ecrypt-sync.h | 140 void ECRYPT_encrypt_bytes( 222 ECRYPT_encrypt_bytes(ctx, plaintext, ciphertext, \
|
| /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() 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()
|
| D | sw_ecrypt-sync.h | 135 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)
|