Lines Matching refs:itav
16 void OSSL_CMP_ITAV_set0(OSSL_CMP_ITAV *itav, ASN1_OBJECT *type,
18 ASN1_OBJECT *OSSL_CMP_ITAV_get0_type(const OSSL_CMP_ITAV *itav);
19 ASN1_TYPE *OSSL_CMP_ITAV_get0_value(const OSSL_CMP_ITAV *itav);
22 OSSL_CMP_ITAV *itav);
35 OSSL_CMP_ITAV_set0() sets the I<itav> with an infoType of I<type> and an
40 I<itav>.
43 the I<itav> as generic B<ASN1_TYPE> pointer.
45 OSSL_CMP_ITAV_push0_stack_item() pushes I<itav> to the stack pointed to
81 OSSL_CMP_ITAV *itav = OSSL_CMP_ITAV_create(type, val);
82 if (itav == NULL) ...
85 if (ctx == NULL || !OSSL_CMP_CTX_geninfo_push0_ITAV(ctx, itav)) {
86 OSSL_CMP_ITAV_free(itav); /* also frees type and val */
92 OSSL_CMP_CTX_free(ctx); /* also frees itav */