_active_key_mode | dsCypher | |
_block_size | dsCypher | [protected] |
dsCypher() | dsCypher | [inline] |
dsRC4(const dsCypher_byte_t *p_key, dsCypher_word32_t p_keyLen) | dsRC4 | |
dsRC4() | dsRC4 | |
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] |
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 | dsRC4 | [virtual] |
XOR(dsCypher_byte_t *p_dest, const dsCypher_byte_t *p_src, dsCypher_word32_t p_srcLen, const dsCypher_byte_t *ivec) dsCypher_SECTION | dsRC4 | [virtual] |