Return the user argument previously associated with a BN_GENCB.

Synopsis

Declared in <openssl/bn.h>

void*
BN_GENCB_get_arg(BN_GENCB* cb);

Return Value

The cb_arg pointer stored in cb.

Parameters

Name

Description

cb

Callback object set via BN_GENCB_set() or BN_GENCB_set_old().

Created with MrDocs