Home
last modified time | relevance | path

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

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