Home
last modified time | relevance | path

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

/external/openssl/crypto/jpake/
Djpaketest.c32 JPAKE_STEP3A alice_s3a; in run_jpake() local
88 JPAKE_STEP3A_init(&alice_s3a); in run_jpake()
89 JPAKE_STEP3A_generate(&alice_s3a, alice); in run_jpake()
90 if(!JPAKE_STEP3A_process(bob, &alice_s3a)) in run_jpake()
96 JPAKE_STEP3A_release(&alice_s3a); in run_jpake()