Home
last modified time | relevance | path

Searched refs:export_private_key (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/libecc/src/tests/
H A Dec_utils.c54 ATTRIBUTE_WARN_UNUSED_RET static int export_private_key(FILE * file, const char *name, in export_private_key() function
286 ret = export_private_key(file, NULL, &(kp.priv_key), RAWBIN); in generate_and_export_key_pair()
307 ret = export_private_key(file, kname, &(kp.priv_key), DOTH); in generate_and_export_key_pair()