Home | History | Annotate | Download | only in apps

Lines Matching refs:itav

1782     OSSL_CMP_ITAV *itav;
1820 itav = OSSL_CMP_ITAV_create(type, val);
1821 if (itav == NULL) {
1826 if (!OSSL_CMP_CTX_push0_geninfo_ITAV(ctx, itav)) {
1827 OSSL_CMP_ITAV_free(itav);
2084 OSSL_CMP_ITAV *itav = NULL;
2090 CMP_info("genp contains no ITAV");
2095 itav = sk_OSSL_CMP_ITAV_value(itavs, i);
2096 r = OBJ_obj2txt(buf, 128, OSSL_CMP_ITAV_get0_type(itav), 0);
2098 CMP_err("could not get ITAV details");
2100 CMP_info("genp contains empty ITAV");
2102 CMP_info1("genp contains ITAV of type: %s", buf);
2996 OSSL_CMP_ITAV *itav =
2998 if (itav == NULL)
3000 OSSL_CMP_CTX_push0_genm_ITAV(cmp_ctx, itav);