Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c599 if (!sk_CMS_RevocationInfoChoice_push(*pcrls, rch)) { in CMS_add0_RevocationInfoChoice()
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h133 #define sk_CMS_RevocationInfoChoice_push(sk, ptr) OPENSSL_sk_push(ossl_check_CMS_RevocationInfoChoi… macro