Home
last modified time | relevance | path

Searched refs:cipher_update (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c97 static int cipher_update(dev_t, caddr_t, int, int (*)(crypto_context_t,
2922 return (cipher_update(dev, arg, mode, crypto_encrypt_update)); in encrypt_update()
2929 return (cipher_update(dev, arg, mode, crypto_decrypt_update)); in decrypt_update()
2937 cipher_update(dev_t dev, caddr_t arg, int mode, in cipher_update() function