Lines Matching refs:itav

27  int OSSL_CMP_ITAV_get0_caCerts(const OSSL_CMP_ITAV *itav, STACK_OF(X509) **out);
30 int OSSL_CMP_ITAV_get0_rootCaCert(const OSSL_CMP_ITAV *itav, X509 **out);
34 int OSSL_CMP_ITAV_get0_rootCaKeyUpdate(const OSSL_CMP_ITAV *itav,
49 int OSSL_CMP_ITAV_get0_crlStatusList(const OSSL_CMP_ITAV *itav,
52 int OSSL_CMP_ITAV_get0_crls(const OSSL_CMP_ITAV *itav, STACK_OF(X509_CRL) **out);
56 int OSSL_CMP_ITAV_get1_certReqTemplate(const OSSL_CMP_ITAV *itav,
68 OSSL_CMP_ITAV_get0_caCerts() requires that I<itav> has type B<caCerts>.
69 It assigns NULL to I<*out> if there are no CA certificates in I<itav>, otherwise
75 OSSL_CMP_ITAV_get0_rootCaCert() requires that I<itav> has type B<rootCaCert>.
76 It assigns NULL to I<*out> if no certificate is included in I<itav>, otherwise
85 OSSL_CMP_ITAV_get0_rootCaKeyUpdate() requires that I<itav> has infoType
89 to the certificate contained in the newWithNew infoValue sub-field of I<itav>.
91 to the certificate contained in the newWithOld infoValue sub-field of I<itav>.
93 to the certificate contained in the oldWithNew infoValue sub-field of I<itav>.
123 requires that I<itav> has type B<certReqTemplate>.
125 with a certificate template value is in I<itav>,
128 if the structure is not present in I<itav> or the keySpec field is absent.
161 pointer to the list of CRL status data in the infoValue field of I<itav>.
163 It is an error if the infoType of I<itav> is not B<crlStatusList>.
170 the list of CRLs contained in the infoValue field of I<itav>.
172 It is an error if the infoType of I<itav> is not B<crls>.