Searched defs:tweak (Results 1 – 12 of 12) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/xts/ |
| H A D | xts_test.c | 9 … unsigned char *tweak, const symmetric_key *skey1, const symmetric_key *skey2) in s_xts_test_accel_xts_encrypt() 36 … unsigned char *tweak, const symmetric_key *skey1, const symmetric_key *skey2) in s_xts_test_accel_xts_decrypt()
|
| H A D | xts_decrypt.c | 53 … xts_decrypt(const unsigned char *ct, unsigned long ptlen, unsigned char *pt, unsigned char *tweak, in xts_decrypt()
|
| H A D | xts_encrypt.c | 55 … xts_encrypt(const unsigned char *pt, unsigned long ptlen, unsigned char *ct, unsigned char *tweak, in xts_encrypt()
|
| /optee_os/core/lib/libtomcrypt/src/modes/lrw/ |
| H A D | lrw_start.c | 26 const unsigned char *tweak, in lrw_start()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | aes_accel.c | 196 unsigned long blocks, unsigned char *tweak, in aes_xts_encrypt_nblocks() 216 unsigned long blocks, unsigned char *tweak, in aes_xts_decrypt_nblocks()
|
| H A D | xts.c | 23 uint8_t tweak[TEE_AES_BLOCK_SIZE]; member
|
| /optee_os/core/drivers/crypto/caam/cipher/ |
| H A D | caam_cipher_xts.c | 84 struct caamdmaobj tweak = { }; in caam_cipher_update_xts() local
|
| H A D | local.h | 53 struct caambuf tweak; /* XTS Tweak */ member
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | aes_armv8a_ce.c | 224 void *tweak) in crypto_accel_aes_xts_enc() 239 void *tweak) in crypto_accel_aes_xts_dec()
|
| /optee_os/core/crypto/ |
| H A D | sm4.c | 299 uint8_t tweak[16] = { }; in sm4_crypt_xts() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | aes.c | 1199 unsigned char tweak[16]; in mbedtls_aes_crypt_xts() local
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 339 tweak[16], member
|