Print EC public‐key parameters from x to a FILE (deprecated).
Synopsis
Declared in <openssl/ec.h>
[[deprecated]]
int
ECPKParameters_print_fp(
FILE* fp,
EC_GROUP const* x,
int off);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
fp |
Output stream. |
x |
Group whose parameters are printed. |
off |
Indentation width in spaces. |
Created with MrDocs