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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/jpake/
H A Djpaketest.c148 alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
149 bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
160 alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
162 bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
H A Djpake.h54 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
H A Djpake.c114 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/jpake/
H A Djpaketest.c148 alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
149 bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
160 alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
162 bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
H A Djpake.h54 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
H A Djpake.c114 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c2541 ctx = JPAKE_CTX_new(us, them, p, g, q, bnsecret);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.c2541 ctx = JPAKE_CTX_new(us, them, p, g, q, bnsecret);

Completed in 111 milliseconds