MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cod_free

Function cod_free

freebsd/opencrypto/cryptodev.c:770–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770static void
771cod_free(struct cryptop_data *cod)
772{
773
774 free(cod->aad, M_XDATA);
775 free(cod->obuf, M_XDATA);
776 free(cod->buf, M_XDATA);
777 free(cod, M_XDATA);
778}
779
780static int
781cryptodev_cb(struct cryptop *crp)

Callers 2

cryptodev_opFunction · 0.85
cryptodev_aeadFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected