|
static std::string | ChunkLenSuffix (size_t chunk_len) |
|
bool | Speed (const std::vector< std::string > &args) |
|
static bool | Speed25519 (const std::string &selected) |
|
static bool | SpeedAEAD (const EVP_AEAD *aead, const std::string &name, size_t ad_len, const std::string &selected) |
|
static bool | SpeedAEADChunk (const EVP_AEAD *aead, std::string name, size_t chunk_len, size_t ad_len, evp_aead_direction_t direction) |
|
static bool | SpeedAEADOpen (const EVP_AEAD *aead, const std::string &name, size_t ad_len, const std::string &selected) |
|
static bool | SpeedAESBlock (const std::string &name, unsigned bits, const std::string &selected) |
|
static bool | SpeedBase64 (const std::string &selected) |
|
static bool | SpeedECDH (const std::string &selected) |
|
static bool | SpeedECDHCurve (const std::string &name, int nid, const std::string &selected) |
|
static bool | SpeedECDSA (const std::string &selected) |
|
static bool | SpeedECDSACurve (const std::string &name, int nid, const std::string &selected) |
|
static bool | SpeedHash (const EVP_MD *md, const std::string &name, const std::string &selected) |
|
static bool | SpeedHashChunk (const EVP_MD *md, std::string name, size_t chunk_len) |
|
static bool | SpeedHashToCurve (const std::string &selected) |
|
static bool | SpeedHRSS (const std::string &selected) |
|
static bool | SpeedRandom (const std::string &selected) |
|
static bool | SpeedRandomChunk (std::string name, size_t chunk_len) |
|
static bool | SpeedRSA (const std::string &selected) |
|
static bool | SpeedRSAKeyGen (const std::string &selected) |
|
static bool | SpeedScrypt (const std::string &selected) |
|
static bool | SpeedSPAKE2 (const std::string &selected) |
|
static bool | SpeedTrustToken (std::string name, const TRUST_TOKEN_METHOD *method, size_t batchsize, const std::string &selected) |
|
static uint64_t | time_now () |
|
static bool | TimeFunction (TimeResults *results, std::function< bool()> func) |
|
static TRUST_TOKEN_PRETOKEN * | trust_token_pretoken_dup (TRUST_TOKEN_PRETOKEN *in) |
|