Handbook
Glossary
EC_POINT_oct2point ( group point buf len ctx -- int )
Vocabulary
openssl
.
libcrypto
Inputs
group
an
object
point
an
object
buf
an
object
len
an
object
ctx
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libcrypto
LIBRARY:
libcrypto
FUNCTION:
int
EC_POINT_oct2point
( void* group, void* point, void* buf,
int
len, void* ctx )