Searched refs:alg_id (Results 1 – 4 of 4) sorted by relevance
110 uint16_t alg_id; in tls13_process_certificate() local113 if (!CBS_get_u16(&body, &alg_id) || in tls13_process_certificate()132 if (alg.alg_id == alg_id) { in tls13_process_certificate()141 ERR_add_error_dataf("alg=%d", static_cast<int>(alg_id)); in tls13_process_certificate()150 ERR_add_error_dataf("alg=%d", static_cast<int>(alg_id)); in tls13_process_certificate()159 "alg=%d got=%u expected=%u", static_cast<int>(alg_id), in tls13_process_certificate()524 if (candidate.alg_id == hs->cert_compression_alg_id) { in tls13_add_certificate()
2996 if (!CBB_add_u16(&algs, alg.alg_id)) { in cert_compression_add_clienthello()3044 uint16_t alg_id; in cert_compression_parse_clienthello() local3045 if (!CBS_get_u16(&alg_ids, &alg_id)) { in cert_compression_parse_clienthello()3049 given_alg_ids[given_alg_idx++] = alg_id; in cert_compression_parse_clienthello()3053 if (alg.alg_id == alg_id && alg.compress != nullptr) { in cert_compression_parse_clienthello()3072 hs->cert_compression_alg_id = ctx->cert_compression_algs[best_index].alg_id; in cert_compression_parse_clienthello()
2298 int SSL_CTX_add_cert_compression_alg(SSL_CTX *ctx, uint16_t alg_id, in SSL_CTX_add_cert_compression_alg() argument2304 if (alg.alg_id == alg_id) { in SSL_CTX_add_cert_compression_alg()2310 alg.alg_id = alg_id; in SSL_CTX_add_cert_compression_alg()
2623 uint16_t alg_id = 0; member
Completed in 41 milliseconds