Home
last modified time | relevance | path

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

/third_party/openssl/test/
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()
/third_party/openssl/doc/man3/
DOPENSSL_secure_malloc.pod10 CRYPTO_secure_allocated,
37 int CRYPTO_secure_allocated(const void *ptr);
114 CRYPTO_secure_allocated() returns 1 if the pointer is in the secure heap, or 0 if not.
/third_party/openssl/crypto/
Dmem_sec.c157 if (!CRYPTO_secure_allocated(ptr)) { in CRYPTO_secure_free()
180 if (!CRYPTO_secure_allocated(ptr)) { in CRYPTO_secure_clear_free()
199 int CRYPTO_secure_allocated(const void *ptr) in CRYPTO_secure_allocated() function
/third_party/openssl/include/openssl/
Dcrypto.h284 int CRYPTO_secure_allocated(const void *ptr);
/third_party/openssl/crypto/rand/
Ddrbg_lib.c199 drbg->secure = secure && CRYPTO_secure_allocated(drbg); in rand_drbg_new()
/third_party/openssl/util/
Dlibcrypto.num1915 CRYPTO_secure_allocated 1899 1_1_0 EXIST::FUNCTION: