Home
last modified time | relevance | path

Searched refs:keyDerivationAlgorithm (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libcrypto/cms/
H A Dcms_pwri.c197 pwri->keyDerivationAlgorithm = PKCS5_pbkdf2_set(iter, NULL, 0, -1, -1); in CMS_add0_recipient_password()
199 if (!pwri->keyDerivationAlgorithm) in CMS_add0_recipient_password()
388 algtmp = pwri->keyDerivationAlgorithm; in cms_RecipientInfo_pwri_crypt()
H A Dcms_local.h267 X509_ALGOR *keyDerivationAlgorithm; member
H A Dcms_asn1.c870 .offset = offsetof(CMS_PasswordRecipientInfo, keyDerivationAlgorithm),
871 .field_name = "keyDerivationAlgorithm",