Home
last modified time | relevance | path

Searched defs:tweak (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/modes/xts/
H A Dxts_test.c9unsigned char *tweak, const symmetric_key *skey1, const symmetric_key *skey2) in s_xts_test_accel_xts_encrypt()
36unsigned char *tweak, const symmetric_key *skey1, const symmetric_key *skey2) in s_xts_test_accel_xts_decrypt()
H A Dxts_decrypt.c53 … xts_decrypt(const unsigned char *ct, unsigned long ptlen, unsigned char *pt, unsigned char *tweak, in xts_decrypt()
H A Dxts_encrypt.c55 … 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 Dlrw_start.c26 const unsigned char *tweak, in lrw_start()
/optee_os/core/lib/libtomcrypt/
H A Daes_accel.c196 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 Dxts.c23 uint8_t tweak[TEE_AES_BLOCK_SIZE]; member
/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher_xts.c84 struct caamdmaobj tweak = { }; in caam_cipher_update_xts() local
H A Dlocal.h53 struct caambuf tweak; /* XTS Tweak */ member
/optee_os/core/arch/arm/crypto/
H A Daes_armv8a_ce.c224 void *tweak) in crypto_accel_aes_xts_enc()
239 void *tweak) in crypto_accel_aes_xts_dec()
/optee_os/core/crypto/
H A Dsm4.c299 uint8_t tweak[16] = { }; in sm4_crypt_xts() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Daes.c1199 unsigned char tweak[16]; in mbedtls_aes_crypt_xts() local
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h339 tweak[16], member