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

  /external/openssl/crypto/cms/
cms_lib.c 363 BIO *mdbio = NULL; local
374 mdbio = BIO_new(BIO_f_md());
375 if (!mdbio || !BIO_set_md(mdbio, digest))
381 return mdbio;
383 if (mdbio)
384 BIO_free(mdbio);
cms_sd.c 825 BIO *mdbio; local
827 mdbio = cms_DigestAlgorithm_init_bio(digestAlgorithm);
828 if (!mdbio)
831 BIO_push(chain, mdbio);
833 chain = mdbio;

Completed in 3767 milliseconds