Searched refs:cipher_ops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c652 crypto_cipher_ops_t *cipher_ops; local
678 if ((cipher_ops = ops->co_cipher_ops) != NULL) {
679 if (cipher_ops->encrypt_init != NULL)
681 if (cipher_ops->encrypt != NULL)
683 if (cipher_ops->encrypt_update != NULL)
685 if (cipher_ops->encrypt_final != NULL)
687 if (cipher_ops->decrypt_init != NULL)
689 if (cipher_ops->decrypt != NULL)
691 if (cipher_ops->decrypt_update != NULL)
693 if (cipher_ops
[all...]

Completed in 48 milliseconds