Finalize an XOF-style MAC and write outsize bytes of output.
Declared in <openssl/evp.h>
int
EVP_MAC_finalXOF(
EVP_MAC_CTX* ctx,
unsigned char* out,
size_t outsize);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | MAC context that has absorbed input via EVP_MAC_update(). |
| out | Buffer receiving the MAC output. |
| outsize | Number of output bytes requested. |