Searched refs:skein_update (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | skein_mod.c | 85 static int skein_update(crypto_ctx_t *, crypto_data_t *, crypto_req_handle_t); 94 skein_update, 109 skein_update, /* using regular digest update is OK here */ 526 * Executes a skein_update and skein_digest on a pre-initialized crypto 545 error = skein_update(ctx, data, req); 565 skein_update(crypto_ctx_t *ctx, crypto_data_t *data, crypto_req_handle_t req) function 664 if ((error = skein_update(&ctx, data, digest)) != CRYPTO_SUCCESS) 773 if ((error = skein_update(&ctx, data, req)) != CRYPTO_SUCCESS)
|
Completed in 57 milliseconds