Searched refs:unprotectedAttrs (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_env.c1083 if (env->originatorInfo || env->unprotectedAttrs)
1134 cms->d.envelopedData->unprotectedAttrs) <= 0) {
1253 if (env->unprotectedAttrs == NULL)
1254 env->unprotectedAttrs = sk_X509_ATTRIBUTE_new_null();
1256 if (env->unprotectedAttrs == NULL) {
1262 1, env->unprotectedAttrs) <= 0) {
H A Dcms_local.h120 STACK_OF(X509_ATTRIBUTE) *unprotectedAttrs; member in struct:CMS_EnvelopedData_st
261 STACK_OF(X509_ATTRIBUTE) *unprotectedAttrs; member in struct:CMS_EncryptedData_st
H A Dcms_enc.c255 if (enc->encryptedContentInfo->cipher && enc->unprotectedAttrs)
H A Dcms_asn1.c232 ASN1_IMP_SET_OF_OPT(CMS_EnvelopedData, unprotectedAttrs, X509_ATTRIBUTE, 1)
245 ASN1_IMP_SET_OF_OPT(CMS_EncryptedData, unprotectedAttrs, X509_ATTRIBUTE, 1)
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dcms.c695 ed.unprotectedAttrs = NULL;

Completed in 311 milliseconds