Searched defs:rc4_free_context (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Darcfour.c109 static int rc4_free_context(crypto_ctx_t *);
113 rc4_free_context
241 (void) rc4_free_context(ctx);
491 return (rc4_free_context(ctx));
512 (void) rc4_free_context(&ctx);
519 rc4_free_context(crypto_ctx_t *ctx) function

Completed in 60 milliseconds