Handbook
Glossary
RSA_generate_key_ex ( rsa bits e cb -- int )
Vocabulary
openssl
.
libcrypto
Inputs
rsa
an
object
bits
an
object
e
an
object
cb
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libcrypto
LIBRARY:
libcrypto
FUNCTION:
int
RSA_generate_key_ex
( void* rsa,
int
bits, void* e, void* cb )