Searched refs:status_type (Results 1 – 8 of 8) sorted by relevance
314 if (!PACKET_get_1(pkt, (unsigned int *)&s->ext.status_type)) { in tls_parse_ctos_status_request()319 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_ctos_status_request()323 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in tls_parse_ctos_status_request()
332 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) in tls_construct_ctos_status_request()1397 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_stoc_status_request()
1060 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in init_status_request()
2070 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing && s->ctx != NULL in tls_handle_status_request()4000 if (!WPACKET_put_bytes_u8(pkt, s->ext.status_type) in tls_construct_cert_status_body()
2688 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing in tls_process_initial_server_flight()
3513 ret = s->ext.status_type; in ssl3_ctrl()3517 s->ext.status_type = larg; in ssl3_ctrl()3838 return ctx->ext.status_type; in ssl3_ctx_ctrl()3841 ctx->ext.status_type = larg; in ssl3_ctx_ctrl()
1053 int status_type; member1583 int status_type; member
763 s->ext.status_type = ctx->ext.status_type; in SSL_new()3330 ret->ext.status_type = TLSEXT_STATUSTYPE_nothing; in SSL_CTX_new_ex()
Completed in 57 milliseconds