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

/linux-4.4.14/scripts/
H A Dextract-cert.c73 static char *cert_dst; variable
81 wb = BIO_new_file(cert_dst, "wb"); write_cert()
82 ERR(!wb, "%s", cert_dst); write_cert()
85 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); write_cert()
106 cert_dst = argv[2]; main()
110 FILE *f = fopen(cert_dst, "wb"); main()
111 ERR(!f, "%s", cert_dst); main()

Completed in 140 milliseconds