Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_types.h156 uint32_t digestLength; member
172 uint32_t digestLength; member
/optee_os/lib/libutee/
H A Dtee_api_operations.c324 op->info.digestLength = TEE_ALG_GET_DIGEST_SIZE(algorithm); in TEE_AllocateOperation()
334 block_size = op->info.digestLength; in TEE_AllocateOperation()
535 op_info->digestLength = op->info.digestLength; in TEE_GetOperationInfoMultiple()
856 dst_op->info.digestLength = src_op->info.digestLength; in TEE_CopyOperation()
1622 operation->info.digestLength = tagLen / 8; in TEE_AEInit()
1855 if (*tagLen < operation->info.digestLength) { in TEE_AEEncryptFinal()
1856 *tagLen = operation->info.digestLength; in TEE_AEEncryptFinal()
1986 if (tagLen != operation->info.digestLength) in TEE_AEDecryptFinal()