Copy CMAC state from in into out (deprecated).
Declared in <openssl/cmac.h>
[[deprecated]]
int
CMAC_CTX_copy(
CMAC_CTX* out,
CMAC_CTX const* in);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| out | Destination CMAC context (already allocated). |
| in | Source CMAC context to duplicate. |