Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
H A Dissue_credential.c55 UINT32 digest_n0Length, contextHashLength, hashLength, daaCount; in verify_authentificity() local
116 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()