Searched refs:contextHash (Results 1 – 1 of 1) sorted by relevance
52 BYTE *contextHash; in verify_authentificity() local117 contextHash = (BYTE *)malloc( contextHashLength); in verify_authentificity()118 if (contextHash == NULL) { in verify_authentificity()123 EVP_DigestFinal(mdctx, contextHash, NULL); in verify_authentificity()130 …ogDebug("contextHash[%d]=%s", contextHashLength, dump_byte_array( contextHashLength, contextHash)); in verify_authentificity()131 EVP_DigestUpdate(mdctx, contextHash, contextHashLength); in verify_authentificity()158 free( contextHash); in verify_authentificity()