Go to the documentation of this file. 1 #ifndef _ASSIGN_TO_ZERO_HPP_
2 #define _ASSIGN_TO_ZERO_HPP_ "$Id: assignToZero.hpp 454 2020-07-23 20:22:23Z geoff $"
Ïúíþ ð Ø ˜ ˜ __text __TEXT € __apple_names __DWARF __apple_objc __DWARF __apple_namespac__DWARF H X __apple_types __DWARF l
Definition: tmp3.o.cpp:1
int OMEinitNewCipher(const OMEstring &initVector)
Definition: aesCover.cpp:29
OME string implementation.
const int BYTES_PER_BLOCK
Definition: aesCover.cpp:17
Implements text and binary string storage.
Definition: OMEstring.h:305
int OMEfreeEncryptionKey(int useKey)
Definition: aesCover.cpp:111
const int BITS_PER_NYBBLE
Definition: aesCover.cpp:16
int OMEencryptString(int useCipher, int useKey, const OMEstring &input, OMEstring &result)
Definition: aesCover.cpp:124
void determineCharacterSet()
Definition: OMEstring.h:391
int OMEdecryptString(int useCipher, int useKey, const OMEstring &input, OMEstring &result)
Definition: aesCover.cpp:179
void truncateToLength(size_t newLen)
Definition: OMEstring.h:531
const char srcID[]
Definition: catSym.c:17
void noteCharacterSet(uint_fast8_t c)
Definition: OMEstring.h:386
int OMEdefineNewEncryptKey(const OMEstring &key)
Definition: aesCover.cpp:95
int OMEdefineNewDecryptKey(const OMEstring &key)
Definition: aesCover.cpp:103
#define BLOCK_SIZE
Definition: aesCover.cpp:12
#define MAX_KEYS
Definition: aesCover.cpp:20
int OMEfreeDecryptionKey(int useKey)
Definition: aesCover.cpp:119
size_t length() const
Definition: OMEstring.h:401
#define MAX_CIPHERS
Definition: aesCover.cpp:19
const int BITS_PER_BYTE
Definition: aesCover.cpp:15
const char srcID[] OME_USED
Definition: tick_time.cpp:24
STREAMTYPE & outputOnStreamAsHex(STREAMTYPE &outputStream, int_fast16_t indent=0, bool dense=false) const
Output the contents of an OMEstring object to an output stream as a collection of hexadecimal charact...
Definition: OMEstring.h:564
int OMEfreeCipher(int useCipher)
Definition: aesCover.cpp:56
#define OME_ALWAYS_INLINE
Tell the compiler to alway inline a function, regardless of optimization level.
Definition: compiler_hints.h:364
@ OME_CHARSET_BINARY
Definition: OMEstring.h:30
void assignToZero(int32_t &n) OME_ALWAYS_INLINE
Assigns 0 to a 32-bit integer.
Definition: assignToZero.hpp:48
int main(int argc, const char *argv[])
Definition: tick_test.cpp:5