qcrypto_digest_params_t
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Digest parameters
Synopsis:
#include <qcrypto/qcrypto_plugin.h>
typedef struct {
size_t digestsize;
size_t blocksize;
} qcrypto_digest_params_t;
Data:
- size_t digestsize
The digest size in bytes.
- size_t blocksize
The blocksize in bytes.
Library:
libqcryptoPage updated: