Prepare a key context to import key material via EVP_PKEY_fromdata().
Synopsis
Declared in <openssl/evp.h>
int
EVP_PKEY_fromdata_init(EVP_PKEY_CTX* ctx);
Return Value
1 on success, or a non‐positive value on failure.
Parameters
Name |
Description |
ctx |
Context created for the target key type (for example with EVP_PKEY_CTX_new_from_name). |
Created with MrDocs