evp_pkey_load_mem( data, format, passphrase, pkey var )
Returns 1 on success, 0 on failure
- data = EVP PKEY structure text
- format = Format of the PKEY structure text. Only "pkcs12" is supported
- passphrase = Passphrase for the PKEY structure
- pkey = Structure reference
|