Home
last modified time | relevance | path

Searched refs:msg_timeout (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_client.c132 int bak_msg_timeout = ctx->msg_timeout; in send_receive_check()
155 if (ctx->msg_timeout == 0 || time_left < ctx->msg_timeout) in send_receive_check()
156 ctx->msg_timeout = time_left; in send_receive_check()
165 ctx->msg_timeout = bak_msg_timeout; in send_receive_check()
H A Dcmp_http.c88 ctx->msg_timeout, in OSSL_CMP_MSG_http_perform()
H A Dcmp_ctx.c119 ctx->msg_timeout = -1; in OSSL_CMP_CTX_new()
1096 ctx->msg_timeout = val; in OSSL_CMP_CTX_set_option()
1162 return ctx->msg_timeout; in OSSL_CMP_CTX_get_option()
H A Dcmp_local.h50 int msg_timeout; /* max seconds to wait for each CMP message round trip */ member
/third_party/openssl/crypto/cmp/
H A Dcmp_client.c135 int bak_msg_timeout = ctx->msg_timeout; in send_receive_check()
158 if (ctx->msg_timeout == 0 || time_left < ctx->msg_timeout) in send_receive_check()
159 ctx->msg_timeout = time_left; in send_receive_check()
168 ctx->msg_timeout = bak_msg_timeout; in send_receive_check()
H A Dcmp_http.c88 ctx->msg_timeout, in OSSL_CMP_MSG_http_perform()
H A Dcmp_ctx.c119 ctx->msg_timeout = -1; in OSSL_CMP_CTX_new()
1096 ctx->msg_timeout = val; in OSSL_CMP_CTX_set_option()
1162 return ctx->msg_timeout; in OSSL_CMP_CTX_get_option()
H A Dcmp_local.h50 int msg_timeout; /* max seconds to wait for each CMP message round trip */ member

Completed in 11 milliseconds