Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_types.h134 uint32_t digestLength; member
150 uint32_t digestLength; member
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c291 op->info.digestLength = TEE_ALG_GET_DIGEST_SIZE(algorithm); in TEE_AllocateOperation()
488 op_info->digestLength = op->info.digestLength; in TEE_GetOperationInfoMultiple()
751 dst_op->info.digestLength = src_op->info.digestLength; in TEE_CopyOperation()
1348 operation->info.digestLength = tagLen / 8; in TEE_AEInit()
1504 if (*tagLen < operation->info.digestLength) { in TEE_AEEncryptFinal()
1505 *tagLen = operation->info.digestLength; in TEE_AEEncryptFinal()
1615 if (tagLen != operation->info.digestLength) in TEE_AEDecryptFinal()

Completed in 7 milliseconds