pub unsafe extern "C" fn o2i_ECPublicKey(
key: *mut *mut ec_key_st,
in_: *mut *const u8,
len: i64,
) -> *mut ec_key_st
Expand description
Decodes an ec public key from a octet string. \param key a pointer to a EC_KEY object which should be used \param in memory buffer with the encoded public key \param len length of the encoded public key \return EC_KEY object with decoded public key or NULL if an error occurred.