_active_key_mode | dsCypher | |
_block_size | dsCypher | [protected] |
cbcDecrypt(dsCypher_byte_t *p_dest, const dsCypher_byte_t *p_src, dsCypher_word32_t p_srcLen, const dsCypher_byte_t *iv) | dsBlockCypher | [virtual] |
cbcEncrypt(dsCypher_byte_t *p_dest, const dsCypher_byte_t *p_src, dsCypher_word32_t p_srcLen, const dsCypher_byte_t *iv) | dsBlockCypher | [virtual] |
decryptBlock(const dsCypher_word32_t *inBlock, dsCypher_word32_t *outBlock) dsCypher_SECTION | dsBlowfish | [virtual] |
dsBlowfish(const dsCypher_byte_t *p_key, dsCypher_word32_t p_keyLen) | dsBlowfish | |
dsBlowfish() | dsBlowfish | |
dsCypher() | dsCypher | [inline] |
ecbDecrypt(dsCypher_byte_t *p_dest, const dsCypher_byte_t *p_src, dsCypher_word32_t p_srcLen) | dsBlockCypher | [virtual] |
ecbEncrypt(dsCypher_byte_t *p_dest, const dsCypher_byte_t *p_src, dsCypher_word32_t p_srcLen) | dsBlockCypher | [virtual] |
encryptBlock(const dsCypher_word32_t *inBlock, dsCypher_word32_t *outBlock) dsCypher_SECTION | dsBlowfish | [virtual] |
keyMode enum name | dsCypher | |
kmBOTH enum value | dsCypher | |
kmDECRYPT enum value | dsCypher | |
kmENCRYPT enum value | dsCypher | |
kmNONE enum value | dsCypher | |
kmOFB enum value | dsCypher | |
l2n(dsCypher_word32_t l, dsCypher_byte_t *c) | dsCryptoBase | [inline, protected] |
l2ne(dsCypher_word32_t l, dsCypher_byte_t *c) | dsCryptoBase | [inline, protected] |
memCopy(dsCypher_byte_t *dest, const dsCypher_byte_t *src, dsCypher_word32_t size) | dsCryptoBase | [inline, protected] |
memSet(dsCypher_byte_t *ptr, dsCypher_byte_t pattern, dsCypher_word32_t size) | dsCryptoBase | [inline, protected] |
n2l(const dsCypher_byte_t *c) | dsCryptoBase | [inline, protected] |
n2le(const dsCypher_byte_t *c) | dsCryptoBase | [inline, protected] |
n_l2n(dsCypher_byte_t *dest, const dsCypher_word32_t *src, dsCypher_word32_t srcLen) | dsCryptoBase | [inline, protected] |
n_l2ne(dsCypher_byte_t *dest, const dsCypher_word32_t *src, dsCypher_word32_t srcLen) | dsCryptoBase | [inline, protected] |
n_n2l(dsCypher_word32_t *dest, const dsCypher_byte_t *src, dsCypher_word32_t srcLen) | dsCryptoBase | [inline, protected] |
n_n2le(dsCypher_word32_t *dest, const dsCypher_byte_t *src, dsCypher_word32_t srcLen) | dsCryptoBase | [inline, protected] |
n_xor(dsCypher_word32_t *dest, const dsCypher_word32_t *src, dsCypher_word32_t size) | dsCryptoBase | [inline, protected] |
ofbXOR(dsCypher_byte_t *p_dest, const dsCypher_byte_t *p_src, dsCypher_word32_t p_srcLen, const dsCypher_byte_t *iv) | dsBlockCypher | [virtual] |
ofbXOR(std::ostream &p_dest, std::istream &p_src, const dsCypher_byte_t *ivec) | dsBlockCypher | [virtual] |
ready() | dsCypher | [inline] |
rotl(dsCypher_word32_t x, dsCypher_word32_t n) | dsCryptoBase | [inline, protected] |
rotr(dsCypher_word32_t x, dsCypher_word32_t n) | dsCryptoBase | [inline, protected] |
setKey(const dsCypher_byte_t *p_key, dsCypher_word32_t p_keyLen, keyMode km=dsCypher::kmBOTH) dsCypher_SECTION | dsBlowfish | [virtual] |