Zephyr API 3.6.99
|
#include <cipher.h>
Data Fields | ||
enum cipher_mode | cipher_mode | |
union { | ||
block_op_t block_crypt_hndlr | ||
cbc_op_t cbc_crypt_hndlr | ||
ctr_op_t ctr_crypt_hndlr | ||
ccm_op_t ccm_crypt_hndlr | ||
gcm_op_t gcm_crypt_hndlr | ||
}; | ||
union { ... } cipher_ops |
block_op_t cipher_ops::block_crypt_hndlr |
cbc_op_t cipher_ops::cbc_crypt_hndlr |
ccm_op_t cipher_ops::ccm_crypt_hndlr |
enum cipher_mode cipher_ops::cipher_mode |
ctr_op_t cipher_ops::ctr_crypt_hndlr |
gcm_op_t cipher_ops::gcm_crypt_hndlr |