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