HomeSort by relevance Sort by last modified time
    Searched refs:XMEMCMP (Results 51 - 61 of 61) sorted by null

1 23

  /external/dropbear/libtomcrypt/src/hashes/
md5.c 354 if (XMEMCMP(tmp, tests[i].hash, 16) != 0) {
rmd128.c 394 if (XMEMCMP(buf, tests[x].md, 16) != 0) {
rmd160.c 453 if (XMEMCMP(buf, tests[x].md, 20) != 0) {
rmd256.c 419 if (XMEMCMP(buf, tests[x].md, 32) != 0) {
rmd320.c 483 if (XMEMCMP(buf, tests[x].md, 40) != 0) {
tiger.c     [all...]
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha256.c 322 if (XMEMCMP(tmp, tests[i].hash, 32) != 0) {
  /external/dropbear/libtomcrypt/src/ciphers/
khazad.c     [all...]
cast5.c     [all...]
anubis.c     [all...]
des.c     [all...]

Completed in 83 milliseconds

1 23