EC_POINT_oct2point ( group point buf len ctx -- int )


Vocabulary
openssl.libcrypto

Inputs
groupan object
pointan object
bufan object
lenan object
ctxan object


Outputs
intan object


Definition


LIBRARY: libcrypto FUNCTION: int EC_POINT_oct2point
( void* group, void* point, void* buf, int len, void* ctx )