MCPcopy 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
15static __rte_always_inline void
16free_cmac_ctx(EVP_MAC_CTX *ctx)
17{
18 EVP_MAC_CTX_free(ctx);
19}
20#else
21static __rte_always_inline void
22free_hmac_ctx(HMAC_CTX *ctx)

Callers 1

openssl_reset_sessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected