Return the internal EVP_CIPHER_CTX used by a CMAC context (deprecated).
Synopsis
Declared in <openssl/cmac.h>
[[deprecated]]
EVP_CIPHER_CTX*
CMAC_CTX_get0_cipher_ctx(CMAC_CTX* ctx);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Borrowed cipher context pointer owned by ctx.
Parameters
Name |
Description |
ctx |
CMAC context. |
Created with MrDocs