[#OSSL_HPKE_CTX_get_seq] = OSSL_HPKE_CTX_get_seq :mrdocs: Return the AEAD sequence number that will be used on the next seal/open call. == Synopsis Declared in `<openssl/hpke.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_HPKE_CTX_get_seq( xref:OSSL_HPKE_CTX.adoc[OSSL_HPKE_CTX]* ctx, uint64_t* seq); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | HPKE context to query. | *seq* | Receives the next sequence / nonce increment value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#