Home
last modified time | relevance | path

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

/openssl/apps/
H A Dpkeyutl.c130 BIO *in = NULL, *out = NULL, *secout = NULL; in pkeyutl_main() local
457 secout = bio_open_default(secoutfile, 'w', FORMAT_BINARY); in pkeyutl_main()
458 if (secout == NULL) in pkeyutl_main()
565 BIO_write(secout, secret, secretlen); in pkeyutl_main()
577 BIO_free_all(secout); in pkeyutl_main()

Completed in 5 milliseconds