Searched defs:tweak (Results 1 – 2 of 2) sorted by relevance
25 static TEE_Result aes_xts_crypto_check(const struct sfd_t *sfd, const struct memref_t *tweak, in aes_xts_crypto_check()85 TEE_Result aes_xts_crypto(uint32_t mode, const struct sfd_t *sfd, const struct memref_t *tweak, in aes_xts_crypto()
503 struct memref_t tweak = {(uintptr_t)block_id_buffer, sizeof(block_id_buffer)}; in encrypt_blocks_with_xts() local