Searched refs:algorithm (Results 1 – 3 of 3) sorted by relevance
165 def get_file_summary(src_file, algorithm="sha256", buffer_size=100 * 1024): argument178 if hasattr(hashlib, algorithm):179 algorithm_object = hashlib.new(algorithm)190 LOG.error("The algorithm '%s' not in hashlib!" % algorithm)
705 var algorithm = validator.algorithm;707 "createCertChainValidator success! algorithm is: " + algorithm
654 var algorithm = validator.algorithm;656 "createCertChainValidator success! algorithm is: " + algorithm