Home
last modified time | relevance | path

Searched refs:Signatures (Results 1 – 25 of 55) sorted by relevance

123

/external/boringssl/src/third_party/wycheproof_testvectors/
Ddsa_test.txt876 # Signatures with special case values for r and s.
883 # Signatures with special case values for r and s.
890 # Signatures with special case values for r and s.
897 # Signatures with special case values for r and s.
904 # Signatures with special case values for r and s.
911 # Signatures with special case values for r and s.
918 # Signatures with special case values for r and s.
925 # Signatures with special case values for r and s.
932 # Signatures with special case values for r and s.
939 # Signatures with special case values for r and s.
[all …]
/external/cronet/third_party/boringssl/src/third_party/wycheproof_testvectors/
Ddsa_test.txt876 # Signatures with special case values for r and s.
883 # Signatures with special case values for r and s.
890 # Signatures with special case values for r and s.
897 # Signatures with special case values for r and s.
904 # Signatures with special case values for r and s.
911 # Signatures with special case values for r and s.
918 # Signatures with special case values for r and s.
925 # Signatures with special case values for r and s.
932 # Signatures with special case values for r and s.
939 # Signatures with special case values for r and s.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.h28 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; variable
42 Signatures.push_back(std::move(Sig)); in addSignature()
/external/tensorflow/tensorflow/go/
Dsaved_model.go37 Signatures map[string]Signature member
91 return &SavedModel{Session: s, Graph: graph, Signatures: signatures}, nil
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp252 SmallVector<WasmSignature, 4> Signatures; member in __anona320eb640111::WasmObjectWriter
286 Signatures.clear(); in reset()
312 void writeTypeSection(ArrayRef<WasmSignature> Signatures);
675 void WasmObjectWriter::writeTypeSection(ArrayRef<WasmSignature> Signatures) { in writeTypeSection() argument
676 if (Signatures.empty()) in writeTypeSection()
682 encodeULEB128(Signatures.size(), W.OS); in writeTypeSection()
684 for (const WasmSignature &Sig : Signatures) { in writeTypeSection()
1055 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerFunctionType()
1057 Signatures.push_back(S); in registerFunctionType()
1076 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerEventType()
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dsignatures.ipynb43 "# Signatures in TensorFlow Lite"
78 "called \"signatures\". Signatures can be specified when building a SavedModel or\n",
81 "Signatures in TensorFlow Lite provide the following features:\n",
185 "## Convert a model with Signatures\n",
323 "## Run Signatures\n",
486 "name": "Signatures in TensorFlow Lite",
/external/cronet/net/data/verify_certificate_chain_unittest/pkits_errors/
D4.1.4.txt1 ----- Certificate i=0 (CN=Valid DSA Signatures EE Certificate Test4,O=Test Certificates 2011,C=US) …
/external/testng/
DREADME.dev12 …instructions at https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+M…
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dmock_overload_set.h78 template <typename DistrT, typename... Signatures>
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dmock_overload_set.h78 template <typename DistrT, typename... Signatures>
/external/tensorflow/third_party/absl/abseil-cpp/absl/random/internal/
Dmock_overload_set.h81 template <typename DistrT, typename... Signatures>
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dmock_overload_set.h81 template <typename DistrT, typename... Signatures>
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dmock_overload_set.h81 template <typename DistrT, typename... Signatures>
/external/cronet/third_party/abseil-cpp/absl/random/internal/
Dmock_overload_set.h81 template <typename DistrT, typename... Signatures>
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/
DSignedValidDSASignaturesTest4.eml3 Subject: Valid DSA Signatures Test4
DSignedValidSignaturesTest1.eml3 Subject: Valid Signatures Test1
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dmock_overload_set.h81 template <typename DistrT, typename... Signatures>
/external/abseil-cpp/absl/random/internal/
Dmock_overload_set.h81 template <typename DistrT, typename... Signatures>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp505 Signature = &Signatures[FunctionTypes[FuncIndex]]; in parseLinkingSectionSymtab()
515 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
593 Signature = &Signatures[Event.Type.SigIndex]; in parseLinkingSectionSymtab()
605 Signature = &Signatures[EventType->SigIndex]; in parseLinkingSectionSymtab()
778 if (Reloc.Index >= Signatures.size()) in parseRelocSection()
869 Signatures.reserve(Count); in parseTypeSection()
888 Signatures.push_back(std::move(Sig)); in parseTypeSection()
944 uint32_t NumTypes = Signatures.size(); in parseFunctionSection()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp448 item.Signatures.Add(sig); in LoadFormats()
452 ParseSignatures(sig, (unsigned)sig.Size(), item.Signatures); in LoadFormats()
621 ParseSignatures(arc.Signature, arc.SignatureSize, item.Signatures); in Load()
623 item.Signatures.AddNew().CopyFrom(arc.Signature, arc.SignatureSize); in Load()
DOpenArchive.cpp1006 const CObjectVector<CByteBuffer> &sigs = ai.Signatures; in MakeCheckOrder()
2090 || ai.Signatures.IsEmpty() in OpenStream2()
2095 if (isNewStyleSignature && !ai.Signatures.IsEmpty()) in OpenStream2()
2098 for (k = 0; k < ai.Signatures.Size(); k++) in OpenStream2()
2100 const CByteBuffer &sig = ai.Signatures[k]; in OpenStream2()
2110 if (k != ai.Signatures.Size()) in OpenStream2()
2264 const CObjectVector<CByteBuffer> &sigs = op.codecs->Formats[i].Signatures; in OpenStream2()
2310 FOR_VECTOR (k, ai.Signatures) in OpenStream2()
2312 const CByteBuffer &sig = ai.Signatures[k]; in OpenStream2()
2548 const CByteBuffer &sig = ai.Signatures[sigIndex]; in OpenStream2()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h136 ArrayRef<wasm::WasmSignature> types() const { return Signatures; } in types()
266 std::vector<wasm::WasmSignature> Signatures; variable
/external/python/rsa/doc/
Dcompatibility.rst17 Signatures:
/external/libwebsockets/lib/jose/
DREADME.md12 |JWS|[RFC7515](https://tools.ietf.org/html/rfc7515)|JSON Web Signatures|
/external/tpm2-tss/
DRELEASE.md59 Signatures must be generated using the `--detach-sign` and `--armor` options to the `gpg` command:
64 ## Verifying Signatures

123