Searched refs:cipher_ops (Results 1 – 1 of 1) sorted by relevance
652 crypto_cipher_ops_t *cipher_ops; in crypto_build_function_list() local678 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()