Lines Matching defs:cbs
795 CBS hello_verify_request, cookie;
837 CBS server_hello, server_random, session_id;
1056 CBS cbs;
1057 CBS_init(&cbs, ssl->init_msg, ssl->init_num);
1064 &cbs, ssl->ctx->pool);
1071 CBS_len(&cbs) != 0 ||
1118 CBS certificate_status, ocsp_response;
1198 /* Retain a copy of the original CBS to compute the signature over. */
1199 CBS server_key_exchange;
1201 CBS server_key_exchange_orig = server_key_exchange;
1207 CBS psk_identity_hint;
1245 CBS dh_p, dh_g, dh_Ys;
1291 CBS point;
1322 * a CBS containing just the parameter. */
1323 CBS parameter;
1351 CBS signature;
1429 CBS cbs;
1430 CBS_init(&cbs, ssl->init_msg, ssl->init_num);
1433 CBS certificate_types;
1434 if (!CBS_get_u8_length_prefixed(&cbs, &certificate_types)) {
1447 CBS supported_signature_algorithms;
1448 if (!CBS_get_u16_length_prefixed(&cbs, &supported_signature_algorithms) ||
1458 ssl_parse_client_CA_list(ssl, &alert, &cbs);
1464 if (CBS_len(&cbs) != 0) {
1872 CBS new_session_ticket, ticket;