Searched refs:nx_check_props (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/crypto/nx/ |
| D | nx.c | 503 static bool nx_check_props(struct device *dev, u32 fc, u32 mode) in nx_check_props() function 516 return nx_check_props(&nx_driver.viodev->dev, fc, mode) ? in nx_register_alg() 522 return nx_check_props(&nx_driver.viodev->dev, fc, mode) ? in nx_register_aead() 530 nx_check_props(&nx_driver.viodev->dev, fc, mode)) ? in nx_register_shash() 536 if (nx_check_props(NULL, fc, mode)) in nx_unregister_alg() 542 if (nx_check_props(NULL, fc, mode)) in nx_unregister_aead() 550 nx_check_props(NULL, fc, mode)) in nx_unregister_shash()
|