Searched refs:contextHashLength (Results 1 – 1 of 1) sorted by relevance
55 UINT32 digest_n0Length, contextHashLength, hashLength, daaCount; in verify_authentificity() local116 contextHashLength = EVP_MD_CTX_size(mdctx); in verify_authentificity()117 contextHash = (BYTE *)malloc( contextHashLength); in verify_authentificity()119 LogError("malloc of %d bytes failed", contextHashLength); in verify_authentificity()130 …LogDebug("contextHash[%d]=%s", contextHashLength, dump_byte_array( contextHashLength, contextHash)… in verify_authentificity()131 EVP_DigestUpdate(mdctx, contextHash, contextHashLength); in verify_authentificity()