Handbook
Glossary
tls_config_set_key_mem ( config key len -- int )
Vocabulary
libtls
.
ffi
Inputs
config
an
object
key
an
object
len
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
libtls.ffi
LIBRARY:
libtls
FUNCTION:
int
tls_config_set_key_mem
( tls_config* config, uint8_t* key,
size_t
len )