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
Name |
Description |
itav_sk_p |
Address of the destination stack pointer. |
itav |
ITAV to push; ownership transfers to the stack. |
Created with MrDocs