Searched refs:CRYPTO_secure_allocated (Results 1 – 12 of 12) sorted by relevance
26 || !TEST_false(CRYPTO_secure_allocated(s))) in test_sec_mem()32 || !TEST_false(CRYPTO_secure_allocated(r))) in test_sec_mem()37 || !TEST_true(CRYPTO_secure_allocated(p)) in test_sec_mem()45 if (!TEST_false(CRYPTO_secure_allocated(q))) in test_sec_mem()51 || !TEST_true(CRYPTO_secure_allocated(s)) in test_sec_mem()
68 || !TEST_true(CRYPTO_secure_allocated(p->data)) in template_private_single_zero_test()302 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()310 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()318 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()326 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()334 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()342 || !TEST_true(CRYPTO_secure_allocated(p->data)) in template_private_test()348 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()355 || !TEST_true(CRYPTO_secure_allocated(p->data)) in template_private_test()363 || !TEST_true(CRYPTO_secure_allocated(p->data)) in template_private_test()[all …]
10 CRYPTO_secure_allocated,37 int CRYPTO_secure_allocated(const void *ptr);118 CRYPTO_secure_allocated() returns 1 if the pointer is in the secure heap, or 0 if not.
260 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_utf8_string()288 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_octet_string()
201 if (!CRYPTO_secure_allocated(ptr)) { in CRYPTO_secure_free()225 if (!CRYPTO_secure_allocated(ptr)) { in CRYPTO_secure_clear_free()245 int CRYPTO_secure_allocated(const void *ptr) in CRYPTO_secure_allocated() function
66 is_secure = CRYPTO_secure_allocated(in->data); in ossl_param_dup()
1959 OSSL_FUNC_CRYPTO_secure_allocated_fn CRYPTO_secure_allocated; variable2291 (void (*)(void))CRYPTO_secure_allocated },
57 int CRYPTO_secure_allocated(const void *ptr);169 CRYPTO_secure_allocated OSSL_FUNC_CRYPTO_SECURE_ALLOCATED300 CRYPTO_secure_clear_free(), CRYPTO_secure_allocated(),
982 int CRYPTO_secure_allocated(const void *ptr) in CRYPTO_secure_allocated() function
143 CRYPTO_secure_allocated, (const void *ptr))
354 int CRYPTO_secure_allocated(const void *ptr);
1854 CRYPTO_secure_allocated 1899 3_0_0 EXIST::FUNCTION:
Completed in 57 milliseconds