mirror of https://github.com/openssl/openssl.git
Add OPENSSL_clear_free which merges cleanse and free.
(Names was picked to be similar to BN_clear_free, etc.)
Removed OPENSSL_freeFunc macro.
Fixed the small simple ones that are left:
CRYPTO_free CRYPTO_free_locked OPENSSL_free_locked
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
||
|---|---|---|
| .. | ||
| asm | ||
| Makefile | ||
| cbc128.c | ||
| ccm128.c | ||
| cfb128.c | ||
| ctr128.c | ||
| cts128.c | ||
| gcm128.c | ||
| modes_lcl.h | ||
| ocb128.c | ||
| ofb128.c | ||
| wrap128.c | ||
| xts128.c | ||