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

/barrelfish-master/lib/openssl-1.0.0d/crypto/jpake/
H A Djpaketest.c153 alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
154 bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
166 alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
168 bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
H A Djpake.h58 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
H A Djpake.c115 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name, function
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dapps.c2486 ctx = JPAKE_CTX_new(us, them, p, g, q, bnsecret);

Completed in 91 milliseconds