Searched refs:sigbio (Results 1 – 2 of 2) sorted by relevance
470 BIO *sigbio; in MAIN() local471 sigbio = BIO_new_file(sigfile, "rb"); in MAIN()474 if(!sigbio) { in MAIN()480 siglen = BIO_read(sigbio, sigbuf, siglen); in MAIN()481 BIO_free(sigbio); in MAIN()
291 BIO *sigbio = BIO_new_file(sigfile, "rb"); in MAIN() local292 if (!sigbio) in MAIN()298 siglen = bio_to_mem(&sig, keysize * 10, sigbio); in MAIN()299 BIO_free(sigbio); in MAIN()