Home
last modified time | relevance | path

Searched defs:verification (Results 1 – 10 of 10) 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.cpp4567 std::string verification; in test_shader_compilation() local
4628 const std::string& function_use, const std::string& verification) in execute_dispatch_test()
4722 const std::string& function_use, const std::string& verification) in execute_draw_test()
4868 const std::string& function_use, const std::string& verification) in prepare_compute_shader()
4908 const std::string& function_use, const std::string& verification) in prepare_fragment_shader()
4967 const std::string& function_use, const std::string& verification) in prepare_geometry_shader()
5055 const std::string& function_use, const std::string& verification) in prepare_tess_ctrl_shader()
5118 const std::string& function_use, const std::string& verification) in prepare_tess_eval_shader()
5182 const std::string& function_use, const std::string& verification) in prepare_vertex_shader()
5308 std::string verification; in test_shader_compilation() local
[all …]
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc230 ReferenceVerification verification) { in VerifyReference()
280 ReferenceVerification verification) { in SetNamedReference()
289 ReferenceVerification verification) { in SetIndexedReference()
300 ReferenceVerification verification) { in SetNamedAutoIndexReference()
2149 int field_offset, HeapEntry::ReferenceVerification verification) { in SetWeakReference()
/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/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderMiscTestsEXT.cpp1565 std::ostringstream verification; in initPrograms() local
1769 std::ostringstream verification; in initPrograms() local
DvktMeshShaderMiscTests.cpp1512 std::ostringstream verification; in initPrograms() local
1714 std::ostringstream verification; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderMiscTestsEXT.cpp1565 std::ostringstream verification; in initPrograms() local
1769 std::ostringstream verification; in initPrograms() local
DvktMeshShaderMiscTests.cpp1512 std::ostringstream verification; in initPrograms() local
1714 std::ostringstream verification; in initPrograms() local
/third_party/python/Modules/
D_ssl.c1805 int verification; in _ssl__SSLSocket_getpeercert_impl() local