Searched refs:digestLength (Results 1 – 2 of 2) sorted by relevance
134 uint32_t digestLength; member150 uint32_t digestLength; member
291 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 5 milliseconds