Home
last modified time | relevance | path

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

/base/tee/tee_os_framework/services/ssa/src/secure_storage_agent/
Dssa_crypto.c25 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()
Dtee_ssa_sfs.c503 struct memref_t tweak = {(uintptr_t)block_id_buffer, sizeof(block_id_buffer)}; in encrypt_blocks_with_xts() local