Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
H A Dopenssl.c1402 BIO *cert_bio = NULL; in cert_stuff() local
1407 cert_bio = BIO_new_mem_buf(cert_blob->data, (int)(cert_blob->len)); in cert_stuff()
1408 if(!cert_bio) { in cert_stuff()
1418 cert_bio = BIO_new(BIO_s_file()); in cert_stuff()
1419 if(!cert_bio) { in cert_stuff()
1428 if(BIO_read_filename(cert_bio, cert_file) <= 0) { in cert_stuff()
1430 BIO_free(cert_bio); in cert_stuff()
1435 p12 = d2i_PKCS12_bio(cert_bio, NULL); in cert_stuff()
1436 BIO_free(cert_bio); in cert_stuff()

Completed in 6 milliseconds