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

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ddgst.c458 BIO *sigbio; local
459 sigbio = BIO_new_file(sigfile, "rb");
462 if(!sigbio) {
468 siglen = BIO_read(sigbio, sigbuf, siglen);
469 BIO_free(sigbio);
H A Dpkeyutl.c291 BIO *sigbio = BIO_new_file(sigfile, "rb"); local
292 if (!sigbio)
298 siglen = bio_to_mem(&sig, keysize * 10, sigbio);
299 BIO_free(sigbio);

Completed in 32 milliseconds