Symbol: CRYPTO_secure_allocated
crypto/openssl/crypto/mem_sec.c
200
if (!CRYPTO_secure_allocated(ptr)) {
crypto/openssl/crypto/mem_sec.c
224
if (!CRYPTO_secure_allocated(ptr)) {
crypto/openssl/crypto/param_build.c
335
secure = CRYPTO_secure_allocated(buf);
crypto/openssl/crypto/param_build.c
373
secure = CRYPTO_secure_allocated(buf);
crypto/openssl/crypto/params_dup.c
66
is_secure = CRYPTO_secure_allocated(in->data);
crypto/openssl/crypto/provider_core.c
2302
OSSL_FUNC_CRYPTO_secure_allocated_fn CRYPTO_secure_allocated;
crypto/openssl/crypto/provider_core.c
2657
(void (*)(void))CRYPTO_secure_allocated },
crypto/openssl/include/openssl/core_dispatch.h
145
CRYPTO_secure_allocated, (const void *ptr))
crypto/openssl/include/openssl/crypto.h
384
int CRYPTO_secure_allocated(const void *ptr);
crypto/openssl/test/param_build_test.c
302
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
310
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
318
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
326
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
334
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
342
|| !TEST_true(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
348
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
349
|| !TEST_true(CRYPTO_secure_allocated(*(void **)p->data))
crypto/openssl/test/param_build_test.c
355
|| !TEST_true(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
363
|| !TEST_true(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
371
|| !TEST_true(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
68
|| !TEST_true(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/secmemtest.c
26
|| !TEST_false(CRYPTO_secure_allocated(s)))
crypto/openssl/test/secmemtest.c
32
|| !TEST_false(CRYPTO_secure_allocated(r)))
crypto/openssl/test/secmemtest.c
37
|| !TEST_true(CRYPTO_secure_allocated(p))
crypto/openssl/test/secmemtest.c
45
if (!TEST_false(CRYPTO_secure_allocated(q)))
crypto/openssl/test/secmemtest.c
51
|| !TEST_true(CRYPTO_secure_allocated(s))