Home
last modified time | relevance | path

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

/openbmc/linux/certs/
H A Dextract-cert.c80 static char *cert_dst; variable
88 wb = BIO_new_file(cert_dst, "wb"); in write_cert()
89 ERR(!wb, "%s", cert_dst); in write_cert()
92 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert()
116 cert_dst = argv[2]; in main()
120 FILE *f = fopen(cert_dst, "wb"); in main()
121 ERR(!f, "%s", cert_dst); in main()