Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/ts/
H A Dts_req_utils.c112 if (a->hash_algo == alg) in TS_MSG_IMPRINT_set_algo()
119 X509_ALGOR_free(a->hash_algo); in TS_MSG_IMPRINT_set_algo()
120 a->hash_algo = new_alg; in TS_MSG_IMPRINT_set_algo()
128 return a->hash_algo; in TS_MSG_IMPRINT_get_algo()
H A Dts_local.h71 X509_ALGOR *hash_algo; member
H A Dts_asn1.c70 .offset = offsetof(TS_MSG_IMPRINT, hash_algo),
/openbsd-src/gnu/llvm/llvm/utils/docker/scripts/llvm_checksum/
H A Dllvm_checksum.py79 hash_algo = hashlib.sha256
111 hasher = hash_algo()
122 hasher = hash_algo()