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

/freebsd-10.1-release/crypto/openssl/crypto/jpake/
H A Djpake.c32 static void JPAKE_ZKP_init(JPAKE_ZKP *zkp) argument
34 zkp->gr = BN_new();
35 zkp->b = BN_new();
38 static void JPAKE_ZKP_release(JPAKE_ZKP *zkp) argument
40 BN_free(zkp->b);
41 BN_free(zkp->gr);

Completed in 51 milliseconds