Home
last modified time | relevance | path

Searched refs:TEE_FS_HTREE_HASH_SIZE (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/tee/
H A Dfs_htree.h23 #define TEE_FS_HTREE_HASH_SIZE TEE_SHA256_HASH_SIZE macro
31 uint8_t hash[TEE_FS_HTREE_HASH_SIZE];
H A Dfs_dirfile.h22 uint8_t hash[TEE_FS_HTREE_HASH_SIZE];
/optee_os/core/tee/
H A Dfs_htree.c22 #define TEE_FS_HTREE_TSK_SIZE TEE_FS_HTREE_HASH_SIZE
25 #define TEE_FS_HTREE_SSK_SIZE TEE_FS_HTREE_HASH_SIZE
439 return crypto_hash_final(ctx, digest, TEE_FS_HTREE_HASH_SIZE); in calc_node_hash()
467 aad_len += TEE_FS_HTREE_HASH_SIZE; in authenc_init()
487 size_t hash_size = TEE_FS_HTREE_HASH_SIZE; in authenc_init()
586 uint8_t digest[TEE_FS_HTREE_HASH_SIZE]; in verify_node()
H A Dfs_dirfile.c26 uint8_t hash[TEE_FS_HTREE_HASH_SIZE];
H A Dtee_ree_fs.c530 uint8_t hash[TEE_FS_HTREE_HASH_SIZE]; in open_dirh()
581 uint8_t hash[TEE_FS_HTREE_HASH_SIZE]; in commit_dirh_writes()
/optee_os/core/pta/tests/
H A Dfs_htree.c262 uint8_t hash[TEE_FS_HTREE_HASH_SIZE] = { 0 }; in htree_test_rewrite()
564 uint8_t hash[TEE_FS_HTREE_HASH_SIZE] = { 0 }; in test_corrupt()