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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c95 static int cipher_update(dev_t, caddr_t, int, int (*)(crypto_context_t,
2885 return (cipher_update(dev, arg, mode, crypto_encrypt_update));
2892 return (cipher_update(dev, arg, mode, crypto_decrypt_update));
2900 cipher_update(dev_t dev, caddr_t arg, int mode, function
2920 cmn_err(CE_WARN, "cipher_update: failed holding minor");
2947 cmn_err(CE_NOTE, "cipher_update: buffer greater than %ld "

Completed in 60 milliseconds