Home
last modified time | relevance | path

Searched refs:ref_iv (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderMaxPatchVertices.cpp699 * @param ref_iv Reference value.
704 bool TessellationShaderMaxPatchVertices::compareResults(const char* description, glw::GLint ref_iv[4]) in compareResults() argument
720 if (resultInts[i] != ref_iv[i]) in compareResults()
726 << "are different from the expected values ivec4(" << ref_iv[0] << ", " << ref_iv[1] in compareResults()
727 << ", " << ref_iv[2] << ", " << ref_iv[3] << ")." << tcu::TestLog::EndMessage; in compareResults()
H A DesextcTessellationShaderMaxPatchVertices.hpp85 bool compareResults(const char* description, glw::GLint ref_iv[4]);
/third_party/openssl/test/
H A Dtls13secretstest.c232 const unsigned char *ref_key, const unsigned char *ref_iv) in test_secret()
268 if (!TEST_mem_eq(iv, IVLEN, ref_iv, IVLEN)) in test_secret()
229 test_secret(SSL *s, unsigned char *prk, const unsigned char *label, size_t labellen, const unsigned char *ref_secret, const unsigned char *ref_key, const unsigned char *ref_iv) test_secret() argument
H A Devp_extra_test.c3142 unsigned char *ref_iv; in test_evp_iv_aes() local
3172 ref_iv = cbc_state; in test_evp_iv_aes()
3182 ref_iv = ofb_state; in test_evp_iv_aes()
3192 ref_iv = cfb_state; in test_evp_iv_aes()
3202 ref_iv = gcm_state; in test_evp_iv_aes()
3211 ref_iv = ccm_state; in test_evp_iv_aes()
3225 ref_iv = ocb_state; in test_evp_iv_aes()
3244 || !TEST_mem_eq(ref_iv, ref_len, iv, ivlen)) in test_evp_iv_aes()
3255 if (!TEST_mem_eq(ref_iv, ivlen, iv, ivlen)) in test_evp_iv_aes()
3283 unsigned const char *ref_iv; in test_evp_iv_des() local
[all...]

Completed in 9 milliseconds