EC_KEY_print

Prints out the contents of a EC_KEY object

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
int
EC_KEY_print(
    BIO* bp,
    EC_KEY const* key,
    int off);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success and 0 if an error occurred

Parameters

NameDescription
bpBIO object to which the information is printed
keyEC_KEY object
offline offset