Lines Matching refs:CTX
37 #define CTX ((br_ssl_client_context *)ENG)
635 unsigned char *buf = (unsigned char *)CTX + T0_POP();
822 CTX->server_curve =
847 T0_PUSH(verify_SKE_sig(CTX, hash, use_rsa, sig_len));
906 if (CTX->client_auth_vtable != NULL) {
907 (*CTX->client_auth_vtable)->start_name_list(
908 CTX->client_auth_vtable);
917 if (CTX->client_auth_vtable != NULL) {
918 (*CTX->client_auth_vtable)->start_name(
919 CTX->client_auth_vtable, len);
928 if (CTX->client_auth_vtable != NULL) {
929 (*CTX->client_auth_vtable)->append_name(
930 CTX->client_auth_vtable, ENG->pad, len);
936 if (CTX->client_auth_vtable != NULL) {
937 (*CTX->client_auth_vtable)->end_name(
938 CTX->client_auth_vtable);
944 if (CTX->client_auth_vtable != NULL) {
945 (*CTX->client_auth_vtable)->end_name_list(
946 CTX->client_auth_vtable);
955 if (CTX->client_auth_vtable != NULL) {
958 (*CTX->client_auth_vtable)->choose(CTX->client_auth_vtable,
959 CTX, auth_types, &ux);
960 CTX->auth_type = (unsigned char)ux.auth_type;
961 CTX->hash_id = (unsigned char)ux.hash_id;
965 CTX->hash_id = 0;
1068 x = make_pms_rsa(CTX, T0_POP());
1082 x = make_pms_ecdh(CTX, ecdhe, prf_id);
1094 if (make_pms_static_ecdh(CTX, prf_id) < 0) {
1103 sig_len = make_client_sign(CTX);