Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/crypto/
Dcipher.h110 struct cipher_ctx { struct
116 struct cipher_ops ops;
119 union {
126 } key;
131 const struct device *device;
140 void *drv_sessn_state;
146 void *app_sessn_state;
152 union {
156 } mode_params;
161 uint16_t keylen;
[all …]