/third_party/mbedtls/tests/suites/ |
D | test_suite_pkcs1_v21.data | 387 RSASSA-PSS Signature RSA-1016, SHA-512: minimum salt size not met 391 RSASSA-PSS Signature RSA-520, SHA-512: no possible salt size 395 RSASSA-PSS Signature RSA-528, SHA-512: zero salt size 399 RSASSA-PSS Signature Example 1_1 402 RSASSA-PSS Signature Example 1_1 (verify) 405 RSASSA-PSS Signature Example 1_2 408 RSASSA-PSS Signature Example 1_2 (verify) 411 RSASSA-PSS Signature Example 1_3 414 RSASSA-PSS Signature Example 1_3 (verify) 417 RSASSA-PSS Signature Example 1_4 [all …]
|
/third_party/openssl/test/ssl-tests/ |
D | 20-cert-select.cnf | 9 test-4 = 4-P-256 CipherString and Signature Algorithm Selection 11 test-6 = 6-ECDSA Signature Algorithm Selection 12 test-7 = 7-ECDSA Signature Algorithm Selection SHA384 13 test-8 = 8-ECDSA Signature Algorithm Selection compressed point 14 test-9 = 9-ECDSA Signature Algorithm Selection, no ECDSA certificate 15 test-10 = 10-RSA Signature Algorithm Selection 16 test-11 = 11-RSA-PSS Signature Algorithm Selection 20 test-15 = 15-Ed25519 CipherString and Signature Algorithm Selection 21 test-16 = 16-Ed448 CipherString and Signature Algorithm Selection 26 test-21 = 21-ECDSA Signature Algorithm Selection SHA1 [all …]
|
D | 20-cert-select.cnf.in | 138 name => "P-256 CipherString and Signature Algorithm Selection", 166 name => "ECDSA Signature Algorithm Selection", 179 name => "ECDSA Signature Algorithm Selection SHA384", 192 name => "ECDSA Signature Algorithm Selection compressed point", 209 name => "ECDSA Signature Algorithm Selection, no ECDSA certificate", 221 name => "RSA Signature Algorithm Selection", 234 name => "RSA-PSS Signature Algorithm Selection", 297 name => "Ed25519 CipherString and Signature Algorithm Selection", 314 name => "Ed448 CipherString and Signature Algorithm Selection", 406 name => "ECDSA Signature Algorithm Selection SHA1", [all …]
|
/third_party/cef/include/base/ |
D | cef_callback_list.h | 111 template <typename Signature> 114 template <typename Signature> 161 template <typename Signature> 162 struct CallbackListTraits<OnceCallbackList<Signature>> { 163 using CallbackType = OnceCallback<Signature>; 166 template <typename Signature> 167 struct CallbackListTraits<RepeatingCallbackList<Signature>> { 168 using CallbackType = RepeatingCallback<Signature>; 324 template <typename Signature> 326 : public internal::CallbackListBase<OnceCallbackList<Signature>> { [all …]
|
D | cef_bind.h | 129 template <typename Signature> 130 OnceCallback<Signature> BindOnce(OnceCallback<Signature> callback) { in BindOnce() 135 template <typename Signature> 136 OnceCallback<Signature> BindOnce(RepeatingCallback<Signature> callback) { in BindOnce() 141 template <typename Signature> 142 RepeatingCallback<Signature> BindRepeating( in BindRepeating() 143 RepeatingCallback<Signature> callback) { in BindRepeating()
|
D | cef_cancelable_callback.h | 171 template <typename Signature> 173 internal::CancelableCallbackImpl<OnceCallback<Signature>>; 176 template <typename Signature> 178 internal::CancelableCallbackImpl<RepeatingCallback<Signature>>;
|
/third_party/typescript/tests/baselines/reference/ |
D | unspecializedConstraints.symbols | 157 getSignature(index: number): Signature { 160 >Signature : Symbol(Signature, Decl(unspecializedConstraints.ts, 80, 5)) 170 getSignatures(): Signature[] { 172 >Signature : Symbol(Signature, Decl(unspecializedConstraints.ts, 80, 5)) 255 class Signature extends Symbol { 256 >Signature : Symbol(Signature, Decl(unspecializedConstraints.ts, 80, 5)) 260 >typeParameters : Symbol(Signature.typeParameters, Decl(unspecializedConstraints.ts, 83, 20)) 261 >parameters : Symbol(Signature.parameters, Decl(unspecializedConstraints.ts, 83, 59)) 263 >returnType : Symbol(Signature.returnType, Decl(unspecializedConstraints.ts, 83, 91)) 269 equalsNoReturn(other: Signature): boolean { [all …]
|
D | unspecializedConstraints.types | 142 >this.getSignatures() : Signature[] 143 >this.getSignatures : () => Signature[] 145 >getSignatures : () => Signature[] 146 >that.getSignatures() : Signature[] 147 >that.getSignatures : () => Signature[] 149 >getSignatures : () => Signature[] 181 getSignature(index: number): Signature { 182 >getSignature : (index: number) => Signature 194 getSignatures(): Signature[] { 195 >getSignatures : () => Signature[] [all …]
|
D | giant.types | 86 //Call Signature 112 //Construct Signature 132 //Index Signature 144 //Property Signature 154 //Function Signature 252 //Call Signature 278 //Construct Signature 298 //Index Signature 310 //Property Signature 320 //Function Signature [all …]
|
D | unspecializedConstraints.js | 46 getSignature(index: number): Signature { 52 getSignatures(): Signature[] { 84 class Signature extends Symbol { 88 equalsNoReturn(other: Signature): boolean { 94 equals(other: Signature): boolean { 264 var Signature = /** @class */ (function (_super) { class 265 __extends(Signature, _super); 266 function Signature(typeParameters, parameters, returnType) { class in anonymousFunction692514ff0600.Signature 273 Signature.prototype.equalsNoReturn = function (other) { class 279 Signature.prototype.equals = function (other) { [all …]
|
D | recursiveComplicatedClasses.js | 2 class Signature { class 43 var Signature = /** @class */ (function () { 44 function Signature() { 47 return Signature;
|
D | recursiveComplicatedClasses.symbols | 2 class Signature { 3 >Signature : Symbol(Signature, Decl(recursiveComplicatedClasses.ts, 0, 0)) 6 >parameters : Symbol(Signature.parameters, Decl(recursiveComplicatedClasses.ts, 0, 17))
|
/third_party/node/deps/npm/node_modules/sshpk/lib/ |
D | signature.js | 3 module.exports = Signature; 17 function Signature(opts) { class 35 Signature.prototype.toBuffer = function (format) { 138 Signature.prototype.toString = function (format) { 143 Signature.parse = function (data, type, format) { 218 return (new Signature(opts)); 222 return (new Signature(opts)); 234 return (new Signature(opts)); 249 return (new Signature(opts)); 293 return (new Signature(opts)); [all …]
|
D | index.js | 5 var Signature = require('./signature'); variable 17 Signature: Signature, property 18 parseSignature: Signature.parse,
|
D | ed-compat.js | 13 var Signature = require('./signature'); variable 43 if (Signature.isSignature(signature, [2, 0])) { 51 } else if (Signature.isSignature(signature, [1, 0])) { 95 var sigObj = Signature.parse(sigBuf, 'ed25519', 'raw');
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1658 struct Signature struct 1873 class Alternatives : public Func<Signature<T, T, T> > 2137 class Cond : public PrimitiveFunc<Signature<T, bool, T, T> > 2170 class CompareOperator : public PrimitiveFunc<Signature<bool, T, T> > 2250 …Interval doApply (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T… in doApply() 2322 …Interval doApply (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T… in doApply() 2423 class InfixOperator16Bit : public FloatFunc2 <Signature<float, deFloat16, deFloat16> > 2454 …Interval doApply (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T… in doApply() 2558 … const typename Signature<typename T::Ret, typename T::Arg0, typename T::Arg1>::IArgs& iargs) const in doApply() 2583 …Interval doApply (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T::A… in doApply() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1658 struct Signature struct 1873 class Alternatives : public Func<Signature<T, T, T> > 2137 class Cond : public PrimitiveFunc<Signature<T, bool, T, T> > 2170 class CompareOperator : public PrimitiveFunc<Signature<bool, T, T> > 2250 …Interval doApply (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T… in doApply() 2322 …Interval doApply (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T… in doApply() 2423 class InfixOperator16Bit : public FloatFunc2 <Signature<float, deFloat16, deFloat16> > 2454 …Interval doApply (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T… in doApply() 2558 … const typename Signature<typename T::Ret, typename T::Arg0, typename T::Arg1>::IArgs& iargs) const in doApply() 2583 …Interval doApply (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T::A… in doApply() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 416 char Signature[6]; in ReadSignature() local 417 if (Error Err = tryRead(Signature[0], 8)) in ReadSignature() 419 if (Error Err = tryRead(Signature[1], 8)) in ReadSignature() 423 if (Signature[0] == 'C' && Signature[1] == 'P') { in ReadSignature() 424 if (Error Err = tryRead(Signature[2], 8)) in ReadSignature() 426 if (Error Err = tryRead(Signature[3], 8)) in ReadSignature() 428 if (Signature[2] == 'C' && Signature[3] == 'H') in ReadSignature() 430 } else if (Signature[0] == 'D' && Signature[1] == 'I') { in ReadSignature() 431 if (Error Err = tryRead(Signature[2], 8)) in ReadSignature() 433 if (Error Err = tryRead(Signature[3], 8)) in ReadSignature() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | CVDebugRecord.h | 16 struct Signature { struct 32 uint8_t Signature[16]; argument 40 support::ulittle32_t Signature; member 46 struct OMF::Signature Signature; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/ |
D | RPCError.cpp | 45 CouldNotNegotiate::CouldNotNegotiate(std::string Signature) in CouldNotNegotiate() argument 46 : Signature(std::move(Signature)) {} in CouldNotNegotiate() 53 OS << "Could not negotiate RPC function " << Signature; in log()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.cpp | 64 for (SizeT i = 0; i < Signature.getNumArgs(); ++i) { in validateTypeSignature() 65 if (!isCallParameterType(Signature.getArgType(i))) in validateTypeSignature() 68 return isCallReturnType(Signature.getReturnType()); in validateTypeSignature() 83 Stream << Signature; in dumpType() 93 Stream << Signature.getReturnType() << " @" << Name << "("; in dump() 95 for (Type ArgTy : Signature.getArgList()) { in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMCInstLower.cpp | 61 auto Signature = signatureFromMVTs(ResultMVTs, ParamMVTs); in GetGlobalAddressSymbol() local 62 WasmSym->setSignature(Signature.get()); in GetGlobalAddressSymbol() 63 Printer.addSignature(std::move(Signature)); in GetGlobalAddressSymbol() 117 auto Signature = in GetExternalSymbolSymbol() local 119 WasmSym->setSignature(Signature.get()); in GetExternalSymbolSymbol() 120 Printer.addSignature(std::move(Signature)); in GetExternalSymbolSymbol() 169 auto Signature = std::make_unique<wasm::WasmSignature>(std::move(Returns), in lowerTypeIndexOperand() local 173 WasmSym->setSignature(Signature.get()); in lowerTypeIndexOperand() 174 Printer.addSignature(std::move(Signature)); in lowerTypeIndexOperand()
|
/third_party/typescript/tests/cases/compiler/ |
D | unspecializedConstraints.ts | 45 getSignature(index: number): Signature { 51 getSignatures(): Signature[] { 83 class Signature extends Symbol { class 87 equalsNoReturn(other: Signature): boolean { 93 equals(other: Signature): boolean {
|
/third_party/python/Lib/msilib/ |
D | schema.py | 532 Signature = Table('Signature') variable 533 Signature.add_field(1,'Signature',11592) 534 Signature.add_field(2,'FileName',3583) 535 Signature.add_field(3,'MinVersion',7444) 536 Signature.add_field(4,'MaxVersion',7444) 537 Signature.add_field(5,'MinSize',4356) 538 Signature.add_field(6,'MaxSize',4356) 539 Signature.add_field(7,'MinDate',4356) 540 Signature.add_field(8,'MaxDate',4356) 541 Signature.add_field(9,'Languages',7679) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 508 auto Signature = std::make_unique<wasm::WasmSignature>(); in ParseInstruction() local 509 if (parseSignature(Signature.get())) in ParseInstruction() 517 WasmSym->setSignature(Signature.get()); in ParseInstruction() 518 addSignature(std::move(Signature)); in ParseInstruction() 616 bool parseSignature(wasm::WasmSignature *Signature) { in parseSignature() argument 619 if (parseRegTypeList(Signature->Params)) in parseSignature() 627 if (parseRegTypeList(Signature->Returns)) in parseSignature() 704 auto Signature = std::make_unique<wasm::WasmSignature>(); in ParseDirective() local 705 if (parseSignature(Signature.get())) in ParseDirective() 707 WasmSym->setSignature(Signature.get()); in ParseDirective() [all …]
|