Home
last modified time | relevance | path

Searched refs:cms_DigestAlgorithm_set (Results 1 – 4 of 4) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_dd.c86 cms_DigestAlgorithm_set(dd->digestAlgorithm, md); in DECLARE_ASN1_ITEM()
H A Dcms_lcl.h418 void cms_DigestAlgorithm_set(X509_ALGOR *alg, const EVP_MD *md);
H A Dcms_sd.c331 cms_DigestAlgorithm_set(si->digestAlgorithm, md); in CMS_add1_signer()
346 cms_DigestAlgorithm_set(alg, md); in CMS_add1_signer()
H A Dcms_lib.c338 void cms_DigestAlgorithm_set(X509_ALGOR *alg, const EVP_MD *md) in cms_DigestAlgorithm_set() function