Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c98 static int common_final(dev_t, caddr_t, int, int (*)(crypto_context_t,
3043 return (common_final(dev, arg, mode, crypto_encrypt_final)); in encrypt_final()
3050 return (common_final(dev, arg, mode, crypto_decrypt_final)); in decrypt_final()
3058 common_final(dev_t dev, caddr_t arg, int mode, in common_final() function
3413 return (common_final(dev, arg, mode, crypto_digest_final)); in digest_final()
4196 return (common_final(dev, arg, mode, crypto_sign_final)); in sign_final()