Searched defs:tweak (Results 1 – 14 of 14) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/xts/ |
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()
|
A D | xts_decrypt.c | 53 … xts_decrypt(const unsigned char *ct, unsigned long ptlen, unsigned char *pt, unsigned char *tweak, in xts_decrypt()
|
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-3.20.0/core/lib/libtomcrypt/src/modes/lrw/ |
A D | lrw_start.c | 26 const unsigned char *tweak, in lrw_start()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | aes_accel.c | 187 unsigned long blocks, unsigned char *tweak, in aes_xts_encrypt_nblocks() 207 unsigned long blocks, unsigned char *tweak, in aes_xts_decrypt_nblocks()
|
A D | xts.c | 23 uint8_t tweak[TEE_AES_BLOCK_SIZE]; member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | aes.h | 114 mbedtls_aes_context tweak; /*!< The AES context used for tweak member
|
/optee_os-3.20.0/core/drivers/crypto/caam/cipher/ |
A D | caam_cipher_xts.c | 84 struct caamdmaobj tweak = { }; in caam_cipher_update_xts() local
|
A D | local.h | 53 struct caambuf tweak; /* XTS Tweak */ member
|
A D | caam_cipher.c | 413 struct drvcrypt_buf tweak = { in caam_cipher_copy_state() local
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
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-3.20.0/core/crypto/ |
A D | sm4.c | 299 uint8_t tweak[16] = { }; in sm4_crypt_xts() local
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | aes.c | 1140 unsigned char tweak[16]; in mbedtls_aes_crypt_xts() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 340 tweak[16], member
|
Completed in 23 milliseconds