Sortix
Sortix Download Manual Development Source Code News Blog More
current nightly

Sortix cross-nightly manual

This manual documents Sortix cross-nightly. You can instead view this document in the latest official manual.

NAME

OPENSSL_cleanse — OpenSSL memory cleaning operation

SYNOPSIS

#include <openssl/crypto.h>
void
OPENSSL_cleanse(void *ptr, size_t len);

DESCRIPTION

Do not use the interface documented here. It is provided purely for compatibility with legacy application code.
OPENSSL_cleanse() has the same semantics as, and is a wrapper around, explicit_bzero(3).

SEE ALSO

crypto(3)

HISTORY

OPENSSL_cleanse() first appeared in OpenSSL 0.9.6h and has been available since OpenBSD 3.4.
Copyright 2011-2025 Jonas 'Sortie' Termansen and contributors.
Sortix's source code is free software under the ISC license.
#sortix on irc.sortix.org
@sortix_org