HomeSort by relevance Sort by last modified time
    Searched full:sigbio (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
dgst.c 458 BIO *sigbio; local
459 sigbio = BIO_new_file(sigfile, "rb");
462 if(!sigbio) {
468 siglen = BIO_read(sigbio, sigbuf, siglen);
469 BIO_free(sigbio);
pkeyutl.c 291 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 36 milliseconds