Home
last modified time | relevance | path

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

/openssl/test/
H A Docspapitest.c27 BIO *certbio, *keybio; in get_cert_and_key() local
35 if (!TEST_ptr(keybio = BIO_new_file(privkeystr, "r"))) in get_cert_and_key()
37 key = PEM_read_bio_PrivateKey(keybio, NULL, NULL, NULL); in get_cert_and_key()
38 BIO_free(keybio); in get_cert_and_key()

Completed in 14 milliseconds