Searched refs:cert_bio (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libtls/
H A Dtls_keypair.c139 BIO *cert_bio = NULL; local
151 if ((cert_bio = BIO_new_mem_buf(keypair->cert_mem,
157 if ((*cert = PEM_read_bio_X509(cert_bio, NULL, tls_password_cb,
169 BIO_free(cert_bio);

Completed in 105 milliseconds