Home
last modified time | relevance | path

Searched refs:CRYPTO_secure_allocated (Results 1 – 12 of 12) sorted by relevance

/openssl-master/test/
A Dsecmemtest.c26 || !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()
A Dparam_build_test.c203 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
211 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
219 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
227 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
235 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
243 || !TEST_true(CRYPTO_secure_allocated(p->data)) in template_private_test()
249 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
250 || !TEST_true(CRYPTO_secure_allocated(*(void **)p->data)) in template_private_test()
256 || !TEST_true(CRYPTO_secure_allocated(p->data)) in template_private_test()
/openssl-master/doc/man3/
A DOPENSSL_secure_malloc.pod10 CRYPTO_secure_allocated,
37 int CRYPTO_secure_allocated(const void *ptr);
116 CRYPTO_secure_allocated() returns 1 if the pointer is in the secure heap, or 0 if not.
/openssl-master/crypto/
A Dparam_build.c238 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_utf8_string()
274 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_octet_string()
A Dmem_sec.c164 if (!CRYPTO_secure_allocated(ptr)) { in CRYPTO_secure_free()
188 if (!CRYPTO_secure_allocated(ptr)) { in CRYPTO_secure_clear_free()
208 int CRYPTO_secure_allocated(const void *ptr) in CRYPTO_secure_allocated() function
A Dparams_dup.c70 is_secure = CRYPTO_secure_allocated(in->data); in ossl_param_dup()
A Dprovider_core.c2014 (void (*)(void))CRYPTO_secure_allocated },
/openssl-master/doc/man7/
A Dprovider-base.pod62 int CRYPTO_secure_allocated(const void *ptr);
167 CRYPTO_secure_allocated OSSL_FUNC_CRYPTO_SECURE_ALLOCATED
295 CRYPTO_secure_clear_free(), CRYPTO_secure_allocated(),
/openssl-master/providers/fips/
A Dfipsprov.c875 int CRYPTO_secure_allocated(const void *ptr) in CRYPTO_secure_allocated() function
/openssl-master/include/openssl/
A Dcore_dispatch.h142 CRYPTO_secure_allocated, (const void *ptr))
A Dcrypto.h.in337 int CRYPTO_secure_allocated(const void *ptr);
/openssl-master/util/
A Dlibcrypto.num1854 CRYPTO_secure_allocated 1899 3_0_0 EXIST::FUNCTION:

Completed in 30 milliseconds