Home
last modified time | relevance | path

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

/openssl/test/
H 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()
H A Dparam_build_test.c68 || !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 …]
/openssl/doc/man3/
H A DOPENSSL_secure_malloc.pod10 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.
/openssl/crypto/
H A Dparam_build.c260 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()
H A Dmem_sec.c201 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
H A Dparams_dup.c66 is_secure = CRYPTO_secure_allocated(in->data); in ossl_param_dup()
H A Dprovider_core.c1959 OSSL_FUNC_CRYPTO_secure_allocated_fn CRYPTO_secure_allocated; variable
2291 (void (*)(void))CRYPTO_secure_allocated },
/openssl/doc/man7/
H A Dprovider-base.pod57 int CRYPTO_secure_allocated(const void *ptr);
169 CRYPTO_secure_allocated OSSL_FUNC_CRYPTO_SECURE_ALLOCATED
300 CRYPTO_secure_clear_free(), CRYPTO_secure_allocated(),
/openssl/providers/fips/
H A Dfipsprov.c982 int CRYPTO_secure_allocated(const void *ptr) in CRYPTO_secure_allocated() function
/openssl/include/openssl/
H A Dcore_dispatch.h143 CRYPTO_secure_allocated, (const void *ptr))
H A Dcrypto.h.in354 int CRYPTO_secure_allocated(const void *ptr);
/openssl/util/
H A Dlibcrypto.num1854 CRYPTO_secure_allocated 1899 3_0_0 EXIST::FUNCTION:

Completed in 57 milliseconds