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;
2563 JPAKE_STEP3A s3a; in jpake_send_step3a() local2565 JPAKE_STEP3A_init(&s3a); in jpake_send_step3a()2566 JPAKE_STEP3A_generate(&s3a, ctx); in jpake_send_step3a()2567 BIO_write(bconn, s3a.hhk, sizeof s3a.hhk); in jpake_send_step3a()2569 JPAKE_STEP3A_release(&s3a); in jpake_send_step3a()2633 JPAKE_STEP3A s3a; in jpake_receive_step3a() local2636 JPAKE_STEP3A_init(&s3a); in jpake_receive_step3a()2637 l = BIO_read(bconn, s3a.hhk, sizeof s3a.hhk); in jpake_receive_step3a()2638 assert(l == sizeof s3a.hhk); in jpake_receive_step3a()2639 if(!JPAKE_STEP3A_process(ctx, &s3a)) in jpake_receive_step3a()[all …]
84 …struct s3a : Ctor2 { // expected-note {{because type 'U3::s3a' has a base class with a non-trivial… struct
13909 http://physuna.phs.uc.edu/suranyi/IntroQM/Conceptual/session-s3a.html