Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c664 crypto_cipher_ops_t *cipher_ops; in crypto_build_function_list() local
690 if ((cipher_ops = ops->co_cipher_ops) != NULL) { in crypto_build_function_list()
691 if (cipher_ops->encrypt_init != NULL) in crypto_build_function_list()
693 if (cipher_ops->encrypt != NULL) in crypto_build_function_list()
695 if (cipher_ops->encrypt_update != NULL) in crypto_build_function_list()
697 if (cipher_ops->encrypt_final != NULL) in crypto_build_function_list()
699 if (cipher_ops->decrypt_init != NULL) in crypto_build_function_list()
701 if (cipher_ops->decrypt != NULL) in crypto_build_function_list()
703 if (cipher_ops->decrypt_update != NULL) in crypto_build_function_list()
705 if (cipher_ops->decrypt_final != NULL) in crypto_build_function_list()