Home
last modified time | relevance | path

Searched defs:plaintext (Results 1 – 4 of 4) 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
/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
/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
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKey.h213 CryptoKey_Plaintext plaintext; member