Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ free_hmac_ctx
Function
free_hmac_ctx
dpdk/drivers/crypto/openssl/compat.h:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
9
static __rte_always_inline void
10
free_hmac_ctx(EVP_MAC_CTX *ctx)
11
{
12
EVP_MAC_CTX_free(ctx);
13
}
14
15
static __rte_always_inline void
16
free_cmac_ctx(EVP_MAC_CTX *ctx)
Callers
1
openssl_reset_session
Function · 0.85
Calls
1
HMAC_CTX_free
Function · 0.85
Tested by
no test coverage detected