CMAC_Update

Absorb more message bytes into a CMAC computation (deprecated).

Synopsis

Declared in <openssl/cmac.h>

[[deprecated]]
int
CMAC_Update(
    CMAC_CTX* ctx,
    void const* data,
    size_t dlen);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
ctxCMAC context initialized with CMAC_Init().
dataMessage bytes to authenticate.
dlenNumber of bytes at data.