Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/shared/
H A Dpeutils.cpp188 auto cvInfo = static_cast<CV_INFO_PDB20*>(debugInfo); in getPDBFileOfCodeViewSection() local
191 auto pdbFileName = reinterpret_cast<CHAR*>(cvInfo->PdbFileName); in getPDBFileOfCodeViewSection()
197 auto cvInfo = static_cast<CV_INFO_PDB70*>(debugInfo); in getPDBFileOfCodeViewSection() local
200 auto pdbFileName = reinterpret_cast<CHAR*>(cvInfo->PdbFileName); in getPDBFileOfCodeViewSection()
/dports/security/liboqs/liboqs-0.7.0/src/sig/picnic/external/
H A Dpicnic3_impl.h34 uint8_t* cvInfo; // Info required to check commitments to views (reconstruct Merkle tree)
H A Dpicnic3_types.c74 sig->cvInfo = NULL; // Sign/verify code sets it in allocateSignature2()
85 free(sig->cvInfo); in freeSignature2()
H A Dpicnic3_impl.c509 ret = addMerkleNodes(treeCv, missingLeaves, missingLeavesSize, sig->cvInfo, sig->cvInfoLen);
671 uint8_t* cvInfo = openMerkleTree(treeCv, missingLeaves, missingLeavesSize, &cvInfoLen);
672 sig->cvInfo = cvInfo;
797 sig->cvInfo = malloc(sig->cvInfoLen);
798 memcpy(sig->cvInfo, sigBytes, sig->cvInfoLen);
887 memcpy(sigBytes, sig->cvInfo, sig->cvInfoLen);