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

/external/openssl/apps/
H A Ddgst.c365 BIO *sigbio; local
366 sigbio = BIO_new_file(sigfile, "rb");
369 if(!sigbio) {
375 siglen = BIO_read(sigbio, sigbuf, siglen);
376 BIO_free(sigbio);

Completed in 9 milliseconds