| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | sw_ecrypt-sync.h | 219 #define ECRYPT_encrypt_blocks(ctx, plaintext, ciphertext, blocks) \ argument 223 #define ECRYPT_decrypt_blocks(ctx, ciphertext, plaintext, blocks) \ argument 229 #define ECRYPT_keystream_blocks(ctx, keystream, blocks) \ argument
|
| D | sw_poly1305-donna.c | 10 poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes) { in poly1305_update() 48 poly1305_context ctx; in poly1305_auth() local 135 poly1305_context ctx; in poly1305_power_on_self_test() local
|
| D | sw_poly1305-donna-32.h | 48 poly1305_init(poly1305_context *ctx, const unsigned char key[32]) { in poly1305_init() 137 poly1305_finish(poly1305_context *ctx, unsigned char mac[16]) { in poly1305_finish()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/ |
| D | sw_ecrypt-sync.h | 197 #define ECRYPT_encrypt_blocks(ctx, plaintext, ciphertext, blocks) \ argument 200 #define ECRYPT_decrypt_blocks(ctx, ciphertext, plaintext, blocks) \ argument 205 #define ECRYPT_keystream_blocks(ctx, keystream, blocks) \ argument
|
| D | sw_poly1305-donna.c | 9 void poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes) in poly1305_update() 59 poly1305_context ctx; in poly1305_auth() local 122 poly1305_context ctx; in poly1305_power_on_self_test() local
|
| D | sw_poly1305-donna-32.h | 45 void poly1305_init(poly1305_context *ctx, const unsigned char key[32]) in poly1305_init() 151 POLY1305_NOINLINE void poly1305_finish(poly1305_context *ctx, unsigned char mac[16]) in poly1305_finish()
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | sw_ecrypt-sync.h | 221 #define ECRYPT_encrypt_blocks(ctx, plaintext, ciphertext, blocks) \ argument 225 #define ECRYPT_decrypt_blocks(ctx, ciphertext, plaintext, blocks) \ argument 231 #define ECRYPT_keystream_blocks(ctx, keystream, blocks) \ argument
|
| D | sw_poly1305-donna.c | 12 poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes) { in poly1305_update() 50 poly1305_context ctx; in poly1305_auth() local 137 poly1305_context ctx; in poly1305_power_on_self_test() local
|
| D | sw_poly1305-donna-32.h | 50 poly1305_init(poly1305_context *ctx, const unsigned char key[32]) { in poly1305_init() 139 poly1305_finish(poly1305_context *ctx, unsigned char mac[16]) { in poly1305_finish()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/ |
| D | ble5.h | 210 RCL_CtxAdvertiser *ctx; /*!< Pointer to context structure */ member 238 RCL_CtxAdvertiser *ctx; /*!< Pointer to context structure */ member 297 RCL_CtxPeriodicAdvertiser *ctx; /*!< Pointer to context structure */ member 345 RCL_CtxScanInit *ctx; /*!< Pointer to context structure */ member 378 RCL_CtxScanInit *ctx; /*!< Pointer to context structure */ member 459 RCL_CtxPeriodicScanner *ctx; /*!< Pointer to context structure */ member 536 RCL_CtxConnection *ctx; /*!< Pointer to context structure */ member 656 RCL_CtxGenericRx *ctx; /*!< Pointer to context structure */ member 739 RCL_CtxGenericTx *ctx; /*!< Pointer to context structure */ member
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/ |
| D | ble5.c | 2096 RCL_CtxPeriodicAdvertiser *ctx = perAdvCmd->ctx; in RCL_Handler_BLE5_periodicAdv() local 2477 RCL_CtxScanInit *ctx; in RCL_Handler_BLE5_scan_init() local 3910 RCL_CtxConnection *ctx = connCmd->ctx; in RCL_Handler_BLE5_conn() local 4478 RCL_CtxGenericRx *ctx = rxCmd->ctx; in RCL_Handler_BLE5_genericRx() local 4746 RCL_CtxGenericTx *ctx = txCmd->ctx; in RCL_Handler_BLE5_genericTx() local 6044 static void RCL_Handler_BLE5_updateBackoffParams(RCL_CtxScanInit *ctx, uint16_t endCause) in RCL_Handler_BLE5_updateBackoffParams()
|