HomeSort by: relevance | last modified time | path
    Searched defs:PROV_DIGEST (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/common/include/prov/
provider_util.h 37 } PROV_DIGEST;
64 * propquery. Store the result in the PROV_DIGEST and return the fetched md.
66 const EVP_MD *ossl_prov_digest_fetch(PROV_DIGEST *pd, OSSL_LIB_CTX *libctx,
75 int ossl_prov_digest_load_from_params(PROV_DIGEST *pd,
79 /* Reset the PROV_DIGEST fields and free any allocated digest reference */
80 void ossl_prov_digest_reset(PROV_DIGEST *pd);
82 /* Clone a PROV_DIGEST structure into a second */
83 int ossl_prov_digest_copy(PROV_DIGEST *dst, const PROV_DIGEST *src);
86 const EVP_MD *ossl_prov_digest_md(const PROV_DIGEST *pd)
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/common/include/prov/
provider_util.h 37 } PROV_DIGEST;
64 * propquery. Store the result in the PROV_DIGEST and return the fetched md.
66 const EVP_MD *ossl_prov_digest_fetch(PROV_DIGEST *pd, OSSL_LIB_CTX *libctx,
75 int ossl_prov_digest_load_from_params(PROV_DIGEST *pd,
79 /* Reset the PROV_DIGEST fields and free any allocated digest reference */
80 void ossl_prov_digest_reset(PROV_DIGEST *pd);
82 /* Clone a PROV_DIGEST structure into a second */
83 int ossl_prov_digest_copy(PROV_DIGEST *dst, const PROV_DIGEST *src);
86 const EVP_MD *ossl_prov_digest_md(const PROV_DIGEST *pd)
    [all...]

Completed in 32 milliseconds