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

/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/include/prov/
H A Dprovider_util.h37 } PROV_DIGEST; typedef in typeref:struct:__anon458
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 *p
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/
H A Dprovider_util.c140 void ossl_prov_digest_reset(PROV_DIGEST *pd)
151 int ossl_prov_digest_copy(PROV_DIGEST *dst, const PROV_DIGEST *src)
167 const EVP_MD *ossl_prov_digest_fetch(PROV_DIGEST *pd, OSSL_LIB_CTX *libctx,
176 int ossl_prov_digest_load_from_params(PROV_DIGEST *pd,
214 const EVP_MD *ossl_prov_digest_md(const PROV_DIGEST *pd)
219 ENGINE *ossl_prov_digest_engine(const PROV_DIGEST *pd)
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/
H A Dsm2_enc.c45 PROV_DIGEST md;
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
H A Dsshkdf.c43 PROV_DIGEST digest;
H A Dpbkdf1.c37 PROV_DIGEST digest;
H A Dpbkdf2.c60 PROV_DIGEST digest;
H A Dpkcs12kdf.c37 PROV_DIGEST digest;
H A Dsskdf.c57 PROV_DIGEST digest; /* H(x) = hash(x) */
H A Dx942kdf.c39 PROV_DIGEST digest;
H A Dhkdf.c75 PROV_DIGEST digest;
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dhmac_prov.c51 PROV_DIGEST digest;
H A Dkmac_prov.c120 PROV_DIGEST digest;
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_hash.c49 PROV_DIGEST digest;
H A Ddrbg_hmac.c37 PROV_DIGEST digest; /* H(x) = hash(x) */

Completed in 213 milliseconds