Lines Matching refs:init
6615 int init)
6624 x = init ? pkex_init_x_p256 : pkex_resp_x_p256;
6625 y = init ? pkex_init_y_p256 : pkex_resp_y_p256;
6628 x = init ? pkex_init_x_p384 : pkex_resp_x_p384;
6629 y = init ? pkex_init_y_p384 : pkex_resp_y_p384;
6632 x = init ? pkex_init_x_p521 : pkex_resp_x_p521;
6633 y = init ? pkex_init_y_p521 : pkex_resp_y_p521;
6636 x = init ? pkex_init_x_bp_p256r1 : pkex_resp_x_bp_p256r1;
6637 y = init ? pkex_init_y_bp_p256r1 : pkex_resp_y_bp_p256r1;
6640 x = init ? pkex_init_x_bp_p384r1 : pkex_resp_x_bp_p384r1;
6641 y = init ? pkex_init_y_bp_p384r1 : pkex_resp_y_bp_p384r1;
6644 x = init ? pkex_init_x_bp_p512r1 : pkex_resp_x_bp_p512r1;
6645 y = init ? pkex_init_y_bp_p512r1 : pkex_resp_y_bp_p512r1;
9011 DPP_EVENT_AUTH_SUCCESS "init=%d", initiator);