Home
last modified time | relevance | path

Searched refs:TEE_FS_HTREE_FEK_SIZE (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/include/tee/
H A Dfs_htree.h25 #define TEE_FS_HTREE_FEK_SIZE U(16) macro
55 uint8_t enc_fek[TEE_FS_HTREE_FEK_SIZE];
/optee_os/core/tee/
H A Dfs_htree.c92 uint8_t fek[TEE_FS_HTREE_FEK_SIZE];
450 size_t aad_len = TEE_FS_HTREE_FEK_SIZE + TEE_FS_HTREE_IV_SIZE; in authenc_init()
465 aad_len += TEE_FS_HTREE_FEK_SIZE; in authenc_init()
480 res = crypto_authenc_init(ctx, mode, ht->fek, TEE_FS_HTREE_FEK_SIZE, iv, in authenc_init()
490 hash_size = TEE_FS_HTREE_FEK_SIZE; in authenc_init()
505 TEE_FS_HTREE_FEK_SIZE); in authenc_init()