Return the actual secure-heap block size reserved for ptr.
Declared in <openssl/crypto.h>
size_t
CRYPTO_secure_actual_size(void* ptr);
Usable size of the secure block, or 0 if ptr is not secure-allocated.
| Name | Description |
|---|---|
| ptr | Secure allocation from CRYPTO_secure_malloc(). |