Searched refs:quickhashbn (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/jpake/
H A Djpake.c444 static void quickhashbn(unsigned char *md, const BIGNUM *bn) function
458 quickhashbn(send->hhk, ctx->key);
468 quickhashbn(hhk, ctx->key);
486 quickhashbn(send->hk, ctx->key);
495 quickhashbn(hk, ctx->key);

Completed in 88 milliseconds