Searched refs:cipher_update (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 95 static int cipher_update(dev_t, caddr_t, int, int (*)(crypto_context_t, 2885 return (cipher_update(dev, arg, mode, crypto_encrypt_update)); in encrypt_update() 2892 return (cipher_update(dev, arg, mode, crypto_decrypt_update)); in decrypt_update() 2900 cipher_update(dev_t dev, caddr_t arg, int mode, in cipher_update() function
|