qcrypto_signature_params_t
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Signature parameters
Synopsis:
#include <qcrypto/qcrypto_plugin.h>
typedef struct {
size_t sigsize;
} qcrypto_signature_params_t;
Data:
- size_t sigsize
The signature size.
Library:
libqcryptoDescription:
If the sigsize
value is set to 0
, it is dynamically queried through the qcrypto_signature_ops_t::size function. This configuration is for algorithms where the signature size is not constant (for example, the RSA signature size depends on the key size).
Page updated: