Searched defs:sigbio (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A Ddgst.c470 BIO *sigbio; local
471 sigbio = BIO_new_file(sigfile, "rb");
474 if(!sigbio) {
480 siglen = BIO_read(sigbio, sigbuf, siglen);
481 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);
/external/openssl/apps/
H A Ddgst.c470 BIO *sigbio; local
471 sigbio = BIO_new_file(sigfile, "rb");
474 if(!sigbio) {
480 siglen = BIO_read(sigbio, sigbuf, siglen);
481 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 75 milliseconds