Searched refs:chc (Results 1 - 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/src/hashes/chc/
H A Dchc.c15 @file chc.c
23 /* chc settings */
116 cipher_descriptor[cipher_idx].ecb_encrypt(buf, md->chc.state, key);
119 md->chc.length = 0;
120 md->chc.curlen = 0;
121 zeromem(md->chc.buf, sizeof(md->chc.buf));
141 if ((err = cipher_descriptor[cipher_idx].setup(md->chc.state, cipher_blocksize, 0, key)) != CRYPT_OK) {
148 md->chc.state[x] ^= T[0][x] ^ T[1][x];
160 HASH_PROCESS(_chc_process, chc_compress, chc, (unsigne
[all...]
/external/dropbear/libtomcrypt/
H A DAndroid.mk25 src/hashes/chc/chc.c src/hashes/helper/hash_file.c src/hashes/helper/hash_filehandle.c \
H A Dcrypt.tex2018 In order to use the CHC system the developer will have to take a few extra steps. First the \textit{chc\_desc} hash
2021 via the chc\_register() function.
2023 \index{chc\_register()}
2029 register\_cipher()). The chc\_register() function will bind a cipher to the CHC system. Only one cipher can
2055 /* start chc with AES */
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h108 struct chc_state chc; member in union:Hash_state
/external/dropbear/
H A Dconfigure10922 mkdir -p libtomcrypt/src/hashes/chc
10924 as_dir=libtomcrypt/src/hashes/chc
10942 fi || { { echo "$as_me:$LINENO: error: cannot create directory libtomcrypt/src/hashes/chc" >&5
10943 echo "$as_me: error: cannot create directory libtomcrypt/src/hashes/chc" >&2;}

Completed in 112 milliseconds