Initialize the secure heap used by CRYPTO_secure_malloc().
Declared in <openssl/crypto.h>
int
CRYPTO_secure_malloc_init(
size_t sz,
size_t minsize);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| sz | Total size of the secure heap in bytes. |
| minsize | Minimum allocation granularity / guard size. |