Searched refs:s3a (Results 1 – 6 of 6) sorted by relevance
86 void JPAKE_STEP3A_init(JPAKE_STEP3A *s3a);89 void JPAKE_STEP3A_release(JPAKE_STEP3A *s3a);
453 void JPAKE_STEP3A_init(JPAKE_STEP3A *s3a) in JPAKE_STEP3A_init() argument478 void JPAKE_STEP3A_release(JPAKE_STEP3A *s3a) in JPAKE_STEP3A_release() argument
36 constexpr S3 s3a = S3(0); variable37 constexpr S3 s3b = s3a;
2570 JPAKE_STEP3A s3a; in jpake_send_step3a() local2572 JPAKE_STEP3A_init(&s3a); in jpake_send_step3a()2573 JPAKE_STEP3A_generate(&s3a, ctx); in jpake_send_step3a()2574 BIO_write(bconn, s3a.hhk, sizeof s3a.hhk); in jpake_send_step3a()2576 JPAKE_STEP3A_release(&s3a); in jpake_send_step3a()2640 JPAKE_STEP3A s3a; in jpake_receive_step3a() local2643 JPAKE_STEP3A_init(&s3a); in jpake_receive_step3a()2644 l = BIO_read(bconn, s3a.hhk, sizeof s3a.hhk); in jpake_receive_step3a()2645 assert(l == sizeof s3a.hhk); in jpake_receive_step3a()2646 if(!JPAKE_STEP3A_process(ctx, &s3a)) in jpake_receive_step3a()[all …]
84 …struct s3a : Ctor2 { // expected-note {{because base class of type 'Ctor2' has a user-provided def… struct
13909 http://physuna.phs.uc.edu/suranyi/IntroQM/Conceptual/session-s3a.html