Home | History | Annotate | Download | only in jpake

Lines Matching defs:hhk

458     quickhashbn(send->hhk, ctx->key);
459 SHA1(send->hhk, sizeof send->hhk, send->hhk);
466 unsigned char hhk[SHA_DIGEST_LENGTH];
468 quickhashbn(hhk, ctx->key);
469 SHA1(hhk, sizeof hhk, hhk);
470 if(memcmp(hhk, received->hhk, sizeof hhk))