Searched refs:keybio (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | ocspapitest.c | 27 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()
|
H A D | sslapitest.c | 10043 BIO *keybio = NULL, *certbio = NULL; in create_cert_key() local 10064 || !TEST_ptr(keybio = BIO_new_file(privkeyfilename, "wb")) in create_cert_key() 10065 || !TEST_true(PEM_write_bio_PrivateKey(keybio, pkey, NULL, NULL, 0, NULL, NULL)) in create_cert_key() 10073 BIO_free(keybio); in create_cert_key()
|
Completed in 32 milliseconds