Searched +full:cancel +full:- +full:in +full:- +full:progress (Results 1 – 4 of 4) sorted by relevance
6 group: ci-${{ github.ref }} # unique per branch7 cancel-in-progress: true # cancel previous runs on the same branch11 runs-on: ubuntu-latest14 - nam[all...]
8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later46 /** A cryptographic operation is in progress. Try again later. */47 #define MBEDTLS_ERR_SSL_CRYPTO_IN_PROGRESS -0x700049 #define MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE -0x708051 #define MBEDTLS_ERR_SSL_BAD_INPUT_DATA -0x710053 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x718055 #define MBEDTLS_ERR_SSL_INVALID_RECORD -0x720057 #define MBEDTLS_ERR_SSL_CONN_EOF -0x728059 #define MBEDTLS_ERR_SSL_DECODE_ERROR -0x730062 #define MBEDTLS_ERR_SSL_NO_RNG -0x7400[all …]
6 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later42 * arguments in each translating place. */77 * extension in order to get constant-flow behaviour. in mbedtls_ct_hmac()134 /* Fill the hash buffer in advance with something that is in mbedtls_ct_hmac()136 * deliberately-crafted input), in case the caller doesn't in mbedtls_ct_hmac()145 /* Keep only the correct inner_hash in the output buffer */ in mbedtls_ct_hmac()197 * extension to the MD API in order to get constant-flow behaviour. in mbedtls_ct_hmac()201 * patterns (see RFC 2104, sec. 2), which are stored in ctx->hmac_ctx. in mbedtls_ct_hmac()209 const mbedtls_md_type_t md_alg = mbedtls_md_get_type(ctx->md_info); in mbedtls_ct_hmac()210 /* TLS 1.2 only supports SHA-384, SHA-256, SHA-1, MD-5, in mbedtls_ct_hmac()[all …]
5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later45 * arguments in each translating place. */73 return (chk_buf_ptr_fail_args.cur != args->cur) || in mbedtls_ssl_cmp_chk_buf_ptr_fail_args()74 (chk_buf_ptr_fail_args.end != args->end) || in mbedtls_ssl_cmp_chk_buf_ptr_fail_args()75 (chk_buf_ptr_fail_args.need != args->need); in mbedtls_ssl_cmp_chk_buf_ptr_fail_args()82 /* Top-level Connection ID API */97 conf->ignore_unexpected_cid = ignore_other_cid; in mbedtls_ssl_conf_cid()98 conf->cid_len = len; in mbedtls_ssl_conf_cid()107 if (ssl->conf->transport != MBEDTLS_SSL_TRANSPORT_DATAGRAM) { in mbedtls_ssl_set_cid()111 ssl->negotiate_cid = enable; in mbedtls_ssl_set_cid()[all …]