HomeSort by relevance Sort by last modified time
    Searched defs:hhk (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/jpake/
jpake.h 49 unsigned char hhk[SHA_DIGEST_LENGTH]; member in struct:__anon15566
jpake.c 458 quickhashbn(send->hhk, ctx->key);
459 SHA1(send->hhk, sizeof send->hhk, send->hhk);
466 unsigned char hhk[SHA_DIGEST_LENGTH]; local
468 quickhashbn(hhk, ctx->key);
469 SHA1(hhk, sizeof hhk, hhk);
470 if(memcmp(hhk, received->hhk, sizeof hhk)
    [all...]
  /external/openssl/crypto/jpake/
jpake.h 49 unsigned char hhk[SHA_DIGEST_LENGTH]; member in struct:__anon26012
jpake.c 458 quickhashbn(send->hhk, ctx->key);
459 SHA1(send->hhk, sizeof send->hhk, send->hhk);
466 unsigned char hhk[SHA_DIGEST_LENGTH]; local
468 quickhashbn(hhk, ctx->key);
469 SHA1(hhk, sizeof hhk, hhk);
470 if(memcmp(hhk, received->hhk, sizeof hhk)
    [all...]

Completed in 164 milliseconds