Lines Matching full:secure
21 TEST_info("Secure memory is implemented."); in test_sec_mem()
24 /* s = non-secure 20 */ in test_sec_mem()
29 /* r = non-secure 20, s = non-secure 20 */ in test_sec_mem()
36 /* r = non-secure 20, p = secure 20, s = non-secure 20 */ in test_sec_mem()
38 /* 20 secure -> 32-byte minimum allocation unit */ in test_sec_mem()
44 /* r = non-secure 20, p = secure 20, q = non-secure 20, s = non-secure 20 */ in test_sec_mem()
50 /* r = non-secure 20, p = secure 20, q = non-secure 20, s = secure 20 */ in test_sec_mem()
52 /* 2 * 20 secure -> 64 bytes allocated */ in test_sec_mem()
57 /* 20 secure -> 32 bytes allocated */ in test_sec_mem()
62 /* should not complete, as secure memory is still allocated */ in test_sec_mem()
68 /* secure memory should now be 0, so done should complete */ in test_sec_mem()
98 * secure memory arena to trigger the problem. It naturally takes in test_sec_mem()
121 /* this can complete - it was not really secure */ in test_sec_mem()
130 TEST_info("Secure memory is *not* implemented."); in test_sec_mem()
158 * cleared properly. Since secure free doesn't return the memory to in test_sec_mem_clear()