Home
last modified time | relevance | path

Searched refs:alice_s2 (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/jpake/
Djpaketest.c30 JPAKE_STEP2 alice_s2; in run_jpake() local
61 JPAKE_STEP2_init(&alice_s2); in run_jpake()
62 JPAKE_STEP2_generate(&alice_s2, alice); in run_jpake()
63 if(!JPAKE_STEP2_process(bob, &alice_s2)) in run_jpake()
69 JPAKE_STEP2_release(&alice_s2); in run_jpake()