Home
last modified time | relevance | path

Searched defs:verification (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Decdsa.rs174 let verification = res.verify(data.as_bytes(), &public_key).unwrap(); in sign_and_verify() localVariable
197 let verification = res.verify(data.as_bytes(), &public_key).unwrap(); in check_private_components() localVariable
221 let verification = sig.verify(data.as_bytes(), &public_key).unwrap(); in serialize_deserialize() localVariable
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp4505 std::string verification; in test_shader_compilation() local
4566 const std::string& function_use, const std::string& verification) in execute_dispatch_test()
4660 const std::string& function_use, const std::string& verification) in execute_draw_test()
4806 const std::string& function_use, const std::string& verification) in prepare_compute_shader()
4846 const std::string& function_use, const std::string& verification) in prepare_fragment_shader()
4905 const std::string& function_use, const std::string& verification) in prepare_geometry_shader()
4993 const std::string& function_use, const std::string& verification) in prepare_tess_ctrl_shader()
5056 const std::string& function_use, const std::string& verification) in prepare_tess_eval_shader()
5120 const std::string& function_use, const std::string& verification) in prepare_vertex_shader()
5246 std::string verification; in test_shader_compilation() local
[all …]
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc229 ReferenceVerification verification) { in VerifyReference()
279 ReferenceVerification verification) { in SetNamedReference()
288 ReferenceVerification verification) { in SetIndexedReference()
299 ReferenceVerification verification) { in SetNamedAutoIndexReference()
2148 int field_offset, HeapEntry::ReferenceVerification verification) { in SetWeakReference()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderMiscTests.cpp1475 std::ostringstream verification; in initPrograms() local
1670 std::ostringstream verification; in initPrograms() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp6543 std::string verification = "if (LIST)\n" in test() local
6759 std::string verification; in test() local
6786 const std::string& verification = in test() local
7315 …const std::string& verification = getVerificationSnippet(test_case_index, program_interface, stage… in test() local
8467 std::string verification; in test() local
8574 std::string verification = "{\n" in test() local
8818 …std::string verification = "if ( (PREFIXblock.at_first_offset != PREFIXblock.at_eigth_offset ) … in test() local
10791 …std::string verification = "if ( (PREFIXblock.at_first_offset != PREFIXblock.at_eigth_offset ) … in test() local
12772 std::string verification; in test() local
Dgl4cShaderSubroutineTests.cpp8773 const _subroutine_uniform_value_verification& verification) in verifySubroutineUniformValues()
8803 const _shader_stage& shader_stage, const _subroutine_uniform_value_verification& verification) in verifySubroutineUniformValuesForShaderStage()
/third_party/python/Modules/
D_ssl.c1805 int verification; in _ssl__SSLSocket_getpeercert_impl() local