Botan 3.6.1
Crypto and TLS for C&
|
#include <commoncrypto_utils.h>
Public Attributes | |
CCAlgorithm | algo |
size_t | block_size |
Key_Length_Specification | key_spec {0} |
CCMode | mode |
CCPadding | padding |
Definition at line 17 of file commoncrypto_utils.h.
CCAlgorithm Botan::CommonCryptor_Opts::algo |
Definition at line 18 of file commoncrypto_utils.h.
Referenced by Botan::commoncrypto_adjust_key_size(), and Botan::commoncrypto_opts_from_algo_name().
size_t Botan::CommonCryptor_Opts::block_size |
Definition at line 21 of file commoncrypto_utils.h.
Referenced by Botan::commoncrypto_opts_from_algo_name().
Key_Length_Specification Botan::CommonCryptor_Opts::key_spec {0} |
Definition at line 22 of file commoncrypto_utils.h.
Referenced by Botan::commoncrypto_opts_from_algo_name().
CCMode Botan::CommonCryptor_Opts::mode |
Definition at line 19 of file commoncrypto_utils.h.
Referenced by Botan::commoncrypto_opts_from_algo().
CCPadding Botan::CommonCryptor_Opts::padding |
Definition at line 20 of file commoncrypto_utils.h.
Referenced by Botan::commoncrypto_opts_from_algo().