Searched refs:expected_res (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test-kstrtox.c | 20 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 D | idxd.h | 112 uint8_t expected_res; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/ |
| H A D | os_test.c | 37 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 D | xml_crypto_api.h | 2186 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()
|