Searched refs:nx_check_props (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/crypto/nx/ |
| D | nx.c | 515 static bool nx_check_props(struct device *dev, u32 fc, u32 mode) in nx_check_props() function 528 return nx_check_props(&nx_driver.viodev->dev, fc, mode) ? in nx_register_alg() 534 return nx_check_props(&nx_driver.viodev->dev, fc, mode) ? in nx_register_aead() 542 nx_check_props(&nx_driver.viodev->dev, fc, mode)) ? in nx_register_shash() 548 if (nx_check_props(NULL, fc, mode)) in nx_unregister_alg() 554 if (nx_check_props(NULL, fc, mode)) in nx_unregister_aead() 562 nx_check_props(NULL, fc, mode)) in nx_unregister_shash()
|