Lines Matching refs:secure
10 CRYPTO_secure_used - secure heap storage
43 information might be stored, OpenSSL supports the concept of a "secure heap."
48 If a secure heap is used, then private key B<BIGNUM> values are stored there.
52 CRYPTO_secure_malloc_init() creates the secure heap, with the specified
57 CRYPTO_secure_malloc_initialized() indicates whether or not the secure
61 to the process if all secure memory has been freed.
85 the memory if it was not allocated from the secure heap.
91 requested, in order to "round up" and reduce secure heap fragmentation.
94 secure heap.
102 CRYPTO_secure_malloc_initialized() returns 1 if the secure heap is
107 the secure heap of the requested size, or C<NULL> if memory could not be
110 CRYPTO_secure_allocated() returns 1 if the pointer is in the secure heap, or 0 if not.
112 CRYPTO_secure_malloc_done() returns 1 if the secure memory area is released, or 0 if not.