Files
codeql/cpp/ql/test/experimental/library-tests/quantum/openssl/hash_operations.ql

6 lines
163 B
Plaintext

import cpp
import experimental.quantum.Language
from Crypto::HashOperationNode n
select n, n.getDigest(), n.getAnAlgorithmOrGenericSource(), n.getInputArtifact()