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
312
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
320
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
328
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
336
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
344
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
352
|| !TEST_true(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
358
|| !TEST_false(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
359
|| !TEST_true(CRYPTO_secure_allocated(*(void **)p->data))
crypto/openssl/test/param_build_test.c
365
|| !TEST_true(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
373
|| !TEST_true(CRYPTO_secure_allocated(p->data))
crypto/openssl/test/param_build_test.c
381
|| !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))