MCPcopy 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
9static __rte_always_inline void
10free_hmac_ctx(EVP_MAC_CTX *ctx)
11{
12 EVP_MAC_CTX_free(ctx);
13}
14
15static __rte_always_inline void
16free_cmac_ctx(EVP_MAC_CTX *ctx)

Callers 1

openssl_reset_sessionFunction · 0.85

Calls 1

HMAC_CTX_freeFunction · 0.85

Tested by

no test coverage detected