Home
last modified time | relevance | path

Searched refs:expected_res (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dtest-kstrtox.c20 type expected_res; \
57 t->str, t->base, t->expected_res, rv); \
60 if (res != t->expected_res) { \
62 t->str, t->base, t->expected_res, res); \
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Didxd.h112 uint8_t expected_res; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c37 TEE_Result return_res, TEE_Result expected_res, in check_returned_prop() argument
40 if (return_res != expected_res) { in check_returned_prop()
43 (unsigned int)return_res, (unsigned int)expected_res); in check_returned_prop()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_crypto_api.h2186 const char *expected_res; in Invoke_Crypto_AsymmetricDecrypt() local
2219 expected_res = full_data; in Invoke_Crypto_AsymmetricDecrypt()
2231 while (expected_size && expected_res[0] == 0) { in Invoke_Crypto_AsymmetricDecrypt()
2233 expected_res++; in Invoke_Crypto_AsymmetricDecrypt()
2242 ADBG_EXPECT_BUFFER(c, expected_res, expected_size, in Invoke_Crypto_AsymmetricDecrypt()