Home
last modified time | relevance | path

Searched +full:cancel +full:- +full:in +full:- +full:progress (Results 1 – 4 of 4) sorted by relevance

/optee_os/.github/workflows/
H A Dci.yml6 group: ci-${{ github.ref }} # unique per branch
7 cancel-in-progress: true # cancel previous runs on the same branch
11 runs-on: ubuntu-latest
14 - nam
[all...]
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
46 /** A cryptographic operation is in progress. Try again later. */
47 #define MBEDTLS_ERR_SSL_CRYPTO_IN_PROGRESS -0x7000
49 #define MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE -0x7080
51 #define MBEDTLS_ERR_SSL_BAD_INPUT_DATA -0x7100
53 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180
55 #define MBEDTLS_ERR_SSL_INVALID_RECORD -0x7200
57 #define MBEDTLS_ERR_SSL_CONN_EOF -0x7280
59 #define MBEDTLS_ERR_SSL_DECODE_ERROR -0x7300
62 #define MBEDTLS_ERR_SSL_NO_RNG -0x7400
[all …]
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_msg.c6 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
42 * 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 …]
H A Dssl_tls.c5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
45 * 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 …]