/external/chromium_org/third_party/openssl/openssl/crypto/jpake/ |
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...] |
jpake.h | 49 unsigned char hhk[SHA_DIGEST_LENGTH]; member in struct:__anon15568
|
/external/openssl/crypto/jpake/ |
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...] |
jpake.h | 49 unsigned char hhk[SHA_DIGEST_LENGTH]; member in struct:__anon26037
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
apps.c | [all...] |
/external/openssl/apps/ |
apps.c | [all...] |