Print EC domain parameters from an EC_GROUP to a BIO (deprecated).
Declared in <openssl/ec.h>
[[deprecated]]
int
ECPKParameters_print(
BIO* bp,
EC_GROUP const* x,
int off);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| bp | BIO that receives the human-readable parameters. |
| x | EC group whose parameters are printed. |
| off | Indentation width in spaces. |