qcrypto_keygen_op_keypair_gen
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Generate a key pair
Synopsis:
#include <qcrypto/qcrypto_plugin.h>typedef int(* qcrypto_keygen_op_keypair_gen)(qcrypto_state_ctx_t *sctx,
qcrypto_key_ctx_t *pubkctx,
qcrypto_key_ctx_t *privkctx);Arguments:
- sctx
- The algorithm state context object.
- pubkctx
- The public key context object.
- privkctx
- The private key context object.
Library:
libqcryptoReturns:
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.
Page updated:
