Home
last modified time | relevance | path

Searched refs:ECRYPT_ctx (Results 1 – 6 of 6) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_ecrypt-sync.h66 } ECRYPT_ctx; typedef
85 ECRYPT_ctx* ctx,
97 ECRYPT_ctx* ctx,
139 ECRYPT_ctx* ctx,
145 ECRYPT_ctx* ctx,
166 ECRYPT_ctx* ctx,
192 ECRYPT_ctx* ctx,
199 ECRYPT_ctx* ctx,
238 ECRYPT_ctx* ctx,
244 ECRYPT_ctx* ctx,
[all …]
Dsw_chacha.c53 void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in ECRYPT_keysetup()
77 void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv) in ECRYPT_ivsetup()
85 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()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_ecrypt-sync.h66 } ECRYPT_ctx; typedef
84 void ECRYPT_keysetup(ECRYPT_ctx *ctx,
95 void ECRYPT_ivsetup(ECRYPT_ctx *ctx, const u8 *iv);
135 void ECRYPT_encrypt_bytes(ECRYPT_ctx *ctx, const u8 *plaintext, u8 *ciphertext, u32 msglen); /* Mes…
138 void ECRYPT_decrypt_bytes(ECRYPT_ctx *ctx, const u8 *ciphertext, u8 *plaintext, u32 msglen); /* Mes…
156 void ECRYPT_keystream_bytes(ECRYPT_ctx *ctx, u8 *keystream, u32 length); /* Length of keystream in …
179 void ECRYPT_encrypt_packet(ECRYPT_ctx *ctx, const u8 *iv, const u8 *plaintext, u8 *ciphertext, u32 …
181 void ECRYPT_decrypt_packet(ECRYPT_ctx *ctx, const u8 *iv, const u8 *ciphertext, u8 *plaintext, u32 …
212 void ECRYPT_encrypt_blocks(ECRYPT_ctx *ctx, const u8 *plaintext, u8 *ciphertext, u32 blocks); /* Me…
215 void ECRYPT_decrypt_blocks(ECRYPT_ctx *ctx, const u8 *ciphertext, u8 *plaintext, u32 blocks); /* Me…
[all …]
Dsw_chacha.c67 void ECRYPT_keysetup(ECRYPT_ctx *x, const u8 *k, u32 kbits, u32 ivbits) in ECRYPT_keysetup()
94 void ECRYPT_ivsetup(ECRYPT_ctx *x, const u8 *iv) in ECRYPT_ivsetup()
102 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()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_ecrypt-sync.h68 } ECRYPT_ctx; typedef
87 ECRYPT_ctx* ctx,
99 ECRYPT_ctx* ctx,
141 ECRYPT_ctx* ctx,
147 ECRYPT_ctx* ctx,
168 ECRYPT_ctx* ctx,
194 ECRYPT_ctx* ctx,
201 ECRYPT_ctx* ctx,
240 ECRYPT_ctx* ctx,
246 ECRYPT_ctx* ctx,
[all …]
Dsw_chacha.c55 void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in ECRYPT_keysetup()
79 void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv) in ECRYPT_ivsetup()
87 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()