Home
last modified time | relevance | path

Searched +full:stale +full:- +full:issue +full:- +full:message (Results 1 – 2 of 2) sorted by relevance

/optee_os/.github/workflows/
H A Dstales.yml1 name: 'Close stale issues and pull requests with no recent activity'
4 - cron: "15 00 * * *"
8 pull-requests: write
11 stale:
12 runs-on: ubuntu-latest
14 - uses: actions/stale@v10.0.0
16 repo-token: ${{ secrets.GITHUB_TOKEN }}
17stale-issue-message: 'This issue has been marked as a stale issue because it has been open (more t…
18stale-pr-message: 'This pull request has been marked as a stale pull request because it has been o…
19 stale-issue-label: Stale
[all …]
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-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
52 /** Verification of the message MAC failed. */
53 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180
55 #define MBEDTLS_ERR_SSL_INVALID_RECORD -0x7200
57 #define MBEDTLS_ERR_SSL_CONN_EOF -0x7280
58 /** A message could not be parsed due to a syntactic error. */
59 #define MBEDTLS_ERR_SSL_DECODE_ERROR -0x7300
[all …]