Botan 3.0.0-alpha0
Crypto and TLS for C&
|
#include <botan/internal/commoncrypto.h>
#include <botan/hash.h>
#include <unordered_map>
#include <CommonCrypto/CommonCrypto.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Macros | |
#define | MAKE_COMMONCRYPTO_HASH_1(id) MAKE_COMMONCRYPTO_HASH_2(#id, id) |
#define | MAKE_COMMONCRYPTO_HASH_2(name, id) MAKE_COMMONCRYPTO_HASH_3(name, id, id) |
#define | MAKE_COMMONCRYPTO_HASH_3(name, hash, ctx) |
Functions | |
std::unique_ptr< HashFunction > | Botan::make_commoncrypto_hash (const std::string &name) |
#define MAKE_COMMONCRYPTO_HASH_1 | ( | id | ) | MAKE_COMMONCRYPTO_HASH_2(#id, id) |
#define MAKE_COMMONCRYPTO_HASH_2 | ( | name, | |
id | |||
) | MAKE_COMMONCRYPTO_HASH_3(name, id, id) |
size_t blockSize |
Definition at line 26 of file commoncrypto_hash.cpp.
size_t digestLength |
Definition at line 25 of file commoncrypto_hash.cpp.
int(* final) (unsigned char *, CTX *) | ( | unsigned char * | , |
CTX * | |||
) |
Definition at line 29 of file commoncrypto_hash.cpp.
Referenced by Botan::generate_dsa_primes().
int(* init) (CTX *) | ( | CTX * | ) |
Definition at line 27 of file commoncrypto_hash.cpp.
Referenced by Botan::FE_25519::FE_25519().
std::string name |
Definition at line 24 of file commoncrypto_hash.cpp.
Referenced by Botan::Extensions::add(), Botan::OIDS::add_oid(), Botan::OIDS::add_oid2str(), Botan::OIDS::add_oidstr(), Botan::OIDS::add_str2oid(), botan_block_cipher_name(), botan_cipher_name(), botan_hash_name(), botan_mac_name(), botan_rng_init_custom(), Botan::TLS::Certificate_Request_12::Certificate_Request_12(), Botan::AlternativeName::contents(), Botan::DL_Group::DL_group_info(), Botan::TLS::Ciphersuite::from_name(), Botan::Encrypted_PSK_Database::get(), Botan::get_aead(), Botan::PSK_Database::get_str(), Botan::ieee1363_hash_id(), Botan::make_commoncrypto_block_cipher(), Botan::make_commoncrypto_cipher_mode(), Botan::make_commoncrypto_hash(), Botan::X509_Certificate::matches_dns_name(), Botan::OS::page_named(), Botan::parse_algorithm_name(), Botan::pkcs_hash_id(), Botan::OS::read_env_variable(), Botan::OS::read_env_variable_sz(), Botan::Encrypted_PSK_Database::remove(), Botan::SCAN_Name::SCAN_Name(), Botan::TLS::Certificate_Request_12::serialize(), Botan::Roughtime::servers_from_str(), Botan::Encrypted_PSK_Database::set(), Botan::Keyed_Filter::set_iv(), Botan::PSK_Database::set_str(), Botan::PSK_Database::set_vec(), Botan::OIDS::str2oid_or_empty(), and Botan::verify_cert_constraints_valid_for_key_type().
int(* update) (CTX *, const void *, CC_LONG len) | ( | CTX * | , |
const void * | , | ||
CC_LONG | len | ||
) |
Definition at line 28 of file commoncrypto_hash.cpp.
Referenced by Botan::Buffered_Computation::process(), Botan::PK_Signer::sign_message(), Botan::TLS::Transcript_Hash_State::update(), Botan::PK_Signer::update(), and Botan::PK_Verifier::update().