Return a key‐generation progress info value previously published on ctx.
Synopsis
Declared in <openssl/evp.h>
int
EVP_PKEY_CTX_get_keygen_info(
EVP_PKEY_CTX* ctx,
int idx);
Return Value
Info value at idx, or the count when idx is ‐1.
Parameters
Name |
Description |
ctx |
Key context during or after keygen. |
idx |
Info index; ‐1 returns the number of available values. |
Created with MrDocs