Searched refs:clen (Results 1 – 2 of 2) sorted by relevance
/optee_test/host/xtest/ |
A D | regression_8100.c | 85 int clen = 0; in test_8102() local 94 clen = myasprintf(&chain, "%*s\n%*s", in test_8102() 99 if (!ADBG_EXPECT_COMPARE_SIGNED(c, clen, !=, -1)) in test_8102() 107 op.params[0].tmpref.size = clen; in test_8102() 280 int clen = 0; in test_8103() local 290 clen = myasprintf(&csr, "%*s", (int)regression_8100_my_csr_size, in test_8103() 292 if (!ADBG_EXPECT_COMPARE_SIGNED(c, clen, >=, 0)) in test_8103() 295 op.params[0].tmpref.size = clen; in test_8103()
|
/optee_test/host/openssl/include/openssl/ |
A D | ssl2.h | 213 unsigned int clen; member
|
Completed in 4 milliseconds