Searched refs:HashAlgorithm (Results 1 – 9 of 9) sorted by relevance
| /third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/ |
| D | sigstore_common.js | 3 …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/ |
| D | CodeViewYAMLTypeHashing.cpp | 31 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/ |
| D | index.js | 3 …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,
|
| D | index.d.ts | 8 export { Envelope, HashAlgorithm, PublicKeyDetails, SubjectAlternativeNameType, } from '@sigstore/p…
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | CodeViewYAMLTypeHashing.h | 45 uint16_t HashAlgorithm; member
|
| /third_party/node/deps/openssl/openssl/providers/common/der/ |
| D | RSA.asn1 | 64 -- MUST be present and MUST be a HashAlgorithm, for example, sha1.
|
| /third_party/openssl/providers/common/der/ |
| D | RSA.asn1 | 64 -- MUST be present and MUST be a HashAlgorithm, for example, sha1.
|
| /third_party/openssl/doc/internal/man7/ |
| D | DERlib.pod | 92 hashAlgorithm [0] HashAlgorithm DEFAULT
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| D | COFF.h | 762 support::ulittle16_t HashAlgorithm; member
|