Callback type invoked during key or parameter generation to report progress or cancel.
Synopsis
Declared in <openssl/evp.h>
typedef int EVP_PKEY_gen_cb(EVP_PKEY_CTX*);
Return Value
Nonzero to continue, or 0 to abort generation with an error.
Parameters
Name |
Description |
ctx |
Generation context; query progress via EVP_PKEY_CTX_get_keygen_info(). |
Created with MrDocs