encrypt_r

Name

encrypt_r -- Cryptographic encoding function

Synopsis

#include <crypt.h>

void encrypt_r(const char * block, int edflag, struct crypt_data * data);

Description

The encrypt_r() function is a re-entrant version of the encrypt() function. encrypt_r() shall behave as specified for encrypt() in POSIX 1003.1-2008 (ISO/IEC 9945-2009), but with an additional parameter, a pointer to a structure which is used to store result data and bookkeeping information.

Notes

INSERT TEXT HERE

See Also

encrypt(), crypt_r(), setkey_r().