Searched refs:OSSL_CMP_ITAV_push0_stack_item (Results 1 – 7 of 7) sorted by relevance
9 OSSL_CMP_ITAV_push0_stack_item21 int OSSL_CMP_ITAV_push0_stack_item(STACK_OF(OSSL_CMP_ITAV) **itav_sk_p,45 OSSL_CMP_ITAV_push0_stack_item() pushes I<itav> to the stack pointed to62 OSSL_CMP_ITAV_push0_stack_item() returns 1 on success, 0 on error.
193 return OSSL_CMP_ITAV_push0_stack_item(&hdr->generalInfo, itav); in ossl_cmp_hdr_generalInfo_push0_item()
572 return OSSL_CMP_ITAV_push0_stack_item(&ctx->geninfo_ITAVs, itav); in OSSL_CMP_CTX_push0_geninfo_ITAV()593 return OSSL_CMP_ITAV_push0_stack_item(&ctx->genm_ITAVs, itav); in OSSL_CMP_CTX_push0_genm_ITAV()
164 int OSSL_CMP_ITAV_push0_stack_item(STACK_OF(OSSL_CMP_ITAV) **itav_sk_p, in OSSL_CMP_ITAV_push0_stack_item() function
652 return OSSL_CMP_ITAV_push0_stack_item(&msg->body->value.genm, itav); in ossl_cmp_msg_gen_push0_ITAV()
362 if (!TEST_true(OSSL_CMP_ITAV_push0_stack_item(&itavs, itav))) { in execute_HDR_generalInfo_push1_items_test()
259 int OSSL_CMP_ITAV_push0_stack_item(STACK_OF(OSSL_CMP_ITAV) **itav_sk_p,