Home
last modified time | relevance | path

Searched refs: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); in rc4_crypt()
491 return (rc4_free_context(ctx)); in rc4_crypt_final()
512 (void) rc4_free_context(&ctx); in rc4_crypt_atomic()
519 rc4_free_context(crypto_ctx_t *ctx) in rc4_free_context() function