Searched defs:crypto_driver_api (Results 1 – 1 of 1) sorted by relevance
68 __subsystem struct crypto_driver_api { struct69 int (*query_hw_caps)(const struct device *dev);72 int (*cipher_begin_session)(const struct device *dev, struct cipher_ctx *ctx,77 int (*cipher_free_session)(const struct device *dev, struct cipher_ctx *ctx);80 int (*cipher_async_callback_set)(const struct device *dev,84 int (*hash_begin_session)(const struct device *dev, struct hash_ctx *ctx,87 int (*hash_free_session)(const struct device *dev, struct hash_ctx *ctx);89 int (*hash_async_callback_set)(const struct device *dev,