Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
crypto_driver_api Struct Reference

#include <cipher.h>

Data Fields

int(* query_hw_caps )(const struct device *dev)
 
int(* begin_session )(const struct device *dev, struct cipher_ctx *ctx, enum cipher_algo algo, enum cipher_mode mode, enum cipher_op op_type)
 
int(* free_session )(const struct device *dev, struct cipher_ctx *ctx)
 
int(* crypto_async_callback_set )(const struct device *dev, crypto_completion_cb cb)
 

Field Documentation

◆ begin_session

int(* crypto_driver_api::begin_session) (const struct device *dev, struct cipher_ctx *ctx, enum cipher_algo algo, enum cipher_mode mode, enum cipher_op op_type)

◆ crypto_async_callback_set

int(* crypto_driver_api::crypto_async_callback_set) (const struct device *dev, crypto_completion_cb cb)

◆ free_session

int(* crypto_driver_api::free_session) (const struct device *dev, struct cipher_ctx *ctx)

◆ query_hw_caps

int(* crypto_driver_api::query_hw_caps) (const struct device *dev)

The documentation for this struct was generated from the following file: