OSSL_CMP_ITAV_push0_stack_item

Push an ITAV onto a stack, creating the stack if *itav_sk_p is NULL.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_ITAV_push0_stack_item(
    stack_st_OSSL_CMP_ITAV** itav_sk_p,
    OSSL_CMP_ITAV* itav);

Return Value

1 on success, 0 on error.

Parameters

NameDescription
itav_sk_pAddress of the destination stack pointer.
itavITAV to push; ownership transfers to the stack.