Handbook
Glossary
BN_bin2bn ( s len ret -- void* )
Vocabulary
openssl
.
libcrypto
Inputs
s
an
object
len
an
object
ret
an
object
Outputs
void*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libcrypto
LIBRARY:
libcrypto
FUNCTION:
void*
BN_bin2bn
( void* s,
int
len, void* ret )