Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_ecrypt-sync.h219 #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
Dsw_poly1305-donna.c10 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
Dsw_poly1305-donna-32.h48 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/
Dsw_ecrypt-sync.h197 #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
Dsw_poly1305-donna.c9 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
Dsw_poly1305-donna-32.h45 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/
Dsw_ecrypt-sync.h221 #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
Dsw_poly1305-donna.c12 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
Dsw_poly1305-donna-32.h50 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/
Dble5.h210 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/
Dble5.c2096 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()