Searched defs:tweak (Results 1 – 17 of 17) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/modes/xts/ |
A D | xts_test.c | 16 … unsigned char *tweak, const symmetric_key *skey1, const symmetric_key *skey2) in _xts_test_accel_xts_encrypt() 43 … unsigned char *tweak, const symmetric_key *skey1, const symmetric_key *skey2) in _xts_test_accel_xts_decrypt()
|
A D | xts_decrypt.c | 60 … xts_decrypt(const unsigned char *ct, unsigned long ptlen, unsigned char *pt, unsigned char *tweak, in xts_decrypt()
|
A D | xts_encrypt.c | 62 … 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/ |
A D | lrw_start.c | 33 const unsigned char *tweak, in lrw_start()
|
/optee_os/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/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | aes.h | 108 mbedtls_aes_context tweak; /*!< The AES context used for tweak member
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | aes.h | 108 mbedtls_aes_context tweak; /*!< The AES context used for tweak member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | aes.h | 108 mbedtls_aes_context tweak; /*!< The AES context used for tweak member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | aes.h | 108 mbedtls_aes_context tweak; /*!< The AES context used for tweak member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | aes.h | 108 mbedtls_aes_context tweak; /*!< The AES context used for tweak member
|
/optee_os/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/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/lib/libmbedtls/mbedtls/library/ |
A D | aes.c | 1185 unsigned char tweak[16]; in mbedtls_aes_crypt_xts() local
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 338 tweak[16], member
|
Completed in 25 milliseconds