Home
last modified time | relevance | path

Searched refs:HashAlgorithm (Results 1 – 9 of 9) 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 = exports.HashAlgorithm || (exports.HashAlgorithm = {}));
24 return HashAlgorithm.HASH_ALGORITHM_UNSPECIFIED;
27 return HashAlgorithm.SHA2_256;
35 case HashAlgorithm.HASH_ALGORITHM_UNSPECIFIED:
37 case HashAlgorithm.SHA2_256:
/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/node/deps/npm/node_modules/sigstore/dist/types/sigstore/
Dindex.js3 …ports.SubjectAlternativeNameType = exports.PublicKeyDetails = exports.HashAlgorithm = exports.Enve…
26 …HashAlgorithm", { enumerable: true, get: function () { return protobuf_specs_2.HashAlgorithm; } });
82 algorithm: protobuf_specs_1.HashAlgorithm.SHA2_256,
Dindex.d.ts8 export { Envelope, HashAlgorithm, PublicKeyDetails, SubjectAlternativeNameType, } from '@sigstore/p…
/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/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