Home
last modified time | relevance | path

Searched defs:crypto_driver_api (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/crypto/
Dcrypto.h66 __subsystem struct crypto_driver_api { struct
67 int (*query_hw_caps)(const struct device *dev);
70 int (*cipher_begin_session)(const struct device *dev, struct cipher_ctx *ctx,
75 int (*cipher_free_session)(const struct device *dev, struct cipher_ctx *ctx);
78 int (*cipher_async_callback_set)(const struct device *dev,
82 int (*hash_begin_session)(const struct device *dev, struct hash_ctx *ctx,
85 int (*hash_free_session)(const struct device *dev, struct hash_ctx *ctx);
87 int (*hash_async_callback_set)(const struct device *dev,