Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
Dissue_credential.c52 BYTE *contextHash; in verify_authentificity() local
117 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()