Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/
Dsigstore_common.js3 …ils = exports.hashAlgorithmToJSON = exports.hashAlgorithmFromJSON = exports.HashAlgorithm = void 0;
15 var HashAlgorithm; variable
16 (function (HashAlgorithm) { argument
17 HashAlgorithm[HashAlgorithm["HASH_ALGORITHM_UNSPECIFIED"] = 0] = "HASH_ALGORITHM_UNSPECIFIED";
18 HashAlgorithm[HashAlgorithm["SHA2_256"] = 1] = "SHA2_256";
19 HashAlgorithm[HashAlgorithm["SHA2_384"] = 2] = "SHA2_384";
20 HashAlgorithm[HashAlgorithm["SHA2_512"] = 3] = "SHA2_512";
21 HashAlgorithm[HashAlgorithm["SHA3_256"] = 4] = "SHA3_256";
22 HashAlgorithm[HashAlgorithm["SHA3_384"] = 5] = "SHA3_384";
23 })(HashAlgorithm = exports.HashAlgorithm || (exports.HashAlgorithm = {}));
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypeHashing.cpp31 io.mapRequired("HashAlgorithm", DebugH.HashAlgorithm); in mapping()
56 cantFail(Reader.readInteger(DHS.HashAlgorithm)); in fromDebugH()
76 cantFail(Writer.writeInteger(DebugH.HashAlgorithm)); in toDebugH()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypeHashing.h45 uint16_t HashAlgorithm; member
/third_party/node/deps/npm/node_modules/@sigstore/bundle/dist/
Dbuild.js29 algorithm: protobuf_specs_1.HashAlgorithm.SHA2_256,
/third_party/node/deps/openssl/openssl/providers/common/der/
DRSA.asn164 -- MUST be present and MUST be a HashAlgorithm, for example, sha1.
/third_party/openssl/providers/common/der/
DRSA.asn164 -- MUST be present and MUST be a HashAlgorithm, for example, sha1.
/third_party/openssl/doc/internal/man7/
DDERlib.pod92 hashAlgorithm [0] HashAlgorithm DEFAULT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h762 support::ulittle16_t HashAlgorithm; member