Searched refs:infoValue (Results 1 – 7 of 7) sorted by relevance
191 itav->infoValue.other = value; in OSSL_CMP_ITAV_set0()205 return itav->infoValue.other; in OSSL_CMP_ITAV_get0_value()258 *out = itav->infoValue.certProfile; in OSSL_CMP_ITAV_get0_certProfile()269 && (itav->infoValue.caCerts = in OSSL_CMP_ITAV_new_caCerts()289 ? itav->infoValue.caCerts : NULL; in OSSL_CMP_ITAV_get0_caCerts()318 *out = itav->infoValue.rootCaCert; in OSSL_CMP_ITAV_get0_rootCaCert()346 itav->infoValue.rootCaKeyUpdate = upd; in OSSL_CMP_ITAV_new_rootCaKeyUpdate()369 upd = itav->infoValue.rootCaKeyUpdate; in OSSL_CMP_ITAV_get0_rootCaKeyUpdate()615 *out = itav->infoValue.crlStatusList; in OSSL_CMP_ITAV_get0_crlStatusList()806 itav->infoValue.crls = crls; in OSSL_CMP_ITAV_new_crls()[all …]
306 } infoValue; member
50 infoValue of I<value>.58 OSSL_CMP_ATAV_get0_value() returns a direct pointer to the infoValue65 a direct pointer to the algId infoValue in the I<atav> of type B<X509_ALGOR>72 the RSA key length in rsaKeyLen infoValue in the I<atav>,
77 the internal pointer to the certificate contained in the infoValue field.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>.161 pointer to the list of CRL status data in the infoValue field of I<itav>.170 the list of CRLs contained in the infoValue field of I<itav>.
40 infoValue of I<value>. This function uses the pointers I<type> and I<value>46 OSSL_CMP_ITAV_get0_value() returns a direct pointer to the infoValue in58 list of certificate profile names contained in the infoValue field of I<itav>.
132 infoType and infoValue pairs (InfoTypeAndValue; short: B<ITAV>)
377 if (!TEST_int_eq(ASN1_TYPE_cmp(itav->infoValue.other, pushed_val), 0)) in execute_HDR_generalInfo_push1_items_test()
Completed in 20 milliseconds