Home
last modified time | relevance | path

Searched refs:sk_CMS_SignerInfo_push (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_sd.c415 if (!sd->signerInfos || !sk_CMS_SignerInfo_push(sd->signerInfos, si)) in CMS_add1_signer()
/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h541 #define sk_CMS_SignerInfo_push(st, val) SKM_sk_push(CMS_SignerInfo, (st), (val)) macro