Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ free_cmac_ctx
Function
free_cmac_ctx
dpdk/drivers/crypto/openssl/compat.h:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
static __rte_always_inline void
16
free_cmac_ctx(EVP_MAC_CTX *ctx)
17
{
18
EVP_MAC_CTX_free(ctx);
19
}
20
#else
21
static __rte_always_inline void
22
free_hmac_ctx(HMAC_CTX *ctx)
Callers
1
openssl_reset_session
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected