HomeSort by relevance Sort by last modified time
    Searched full:chc_register (Results 1 - 6 of 6) sorted by null

  /external/dropbear/libtomcrypt/demos/
hashsum.c 109 if ((err = chc_register(register_cipher(&aes_enc_desc))) != CRYPT_OK) {
110 printf("chc_register error: %s\n", error_to_string(err));
tv_gen.c 95 if ((err = chc_register(register_cipher(&aes_desc))) != CRYPT_OK) {
96 printf("chc_register error: %s\n", error_to_string(err));
  /external/dropbear/libtomcrypt/src/hashes/chc/
chc.c 42 int chc_register(int cipher) function
277 chc_register(idx);
288 chc_register(oldhashidx);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 195 int chc_register(int cipher);
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 227 if ((err = chc_register(register_cipher(&aes_desc))) != CRYPT_OK) {
228 fprintf(stderr, "chc_register error: %s\n", error_to_string(err));
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 187 milliseconds