Home
last modified time | relevance | path

Searched +full:- +full:- +full:quiet (Results 1 – 9 of 9) sorted by relevance

/optee_os/scripts/
H A Dderive_rpmb_key.py2 # SPDX-License-Identifier: BSD-2-Clause
32 by OP-TEE and the CID of the RPMB.''',
38 parser.add_argument('--quiet', action='store_true', default=False,
41 parser.add_argument('--testkey', action='store_true', default=False,
43 parser.add_argument('--huk', type=hex_parse,
46 tee_otp_get_hw_unique_key() in OP-TEE''')
47 parser.add_argument('--cid', type=hex_parse, help='CID (16 bytes)')
48 parser.add_argument('--compat', action='store_true', default=False,
50 only to be used if OP-TEE is build with
61 # checksum) fields as OP-TEE does.
[all …]
/optee_os/ta/pkcs11/scripts/
H A Dverify-helpers.sh2 # SPDX-License-Identifier: BSD-2-Clause
6 basepath="$(dirname $(dirname $(readlink -f "$0")))"
8 details () [[ ${SHOW_DETAILS} -ne 0 ]]
12 SYMBOL_LIST="$(grep PKCS11\_$PREFIX\_ ${basepath}/include/pkcs11_ta.h | cut -f2 | cut '-d ' -f1)"
13 details && echo -e "\e[4m${PREFIX}\e[0m"
15 details && echo -e "symbol\tuses\tstatus"
17 details && echo -n "$symbol"
18 COUNT="$(grep ${symbol} ${basepath}/src/* | wc -l)"
19 details && echo -n -e "\t${COUNT}\t"
20 PRESENT="$(grep PKCS11_ID.*\($symbol.*\) ${basepath}/src/pkcs11_helpers.c | wc -l)"
[all …]
/optee_os/
H A D.checkpatch.conf1 --codespell
2 --no-tree
3 --quiet
4 --strict
5 --max-line-length=80
6 --ignore=CAMELCASE
7 --ignore=CONCATENATED_STRING
8 --ignore=FILE_PATH_CHANGES
9 --ignore=GERRIT_CHANGE_ID
10 --ignore=NOT_UNIFIED_DIFF
[all …]
/optee_os/ta/pkcs11/
H A Duser_ta.mk1 user-ta-uuid := fd02c9da-306c-48c7-a49c-bbd827ae86ee
3 all: pkcs11-ta-verify-helpers
5 .PHONY: pkcs11-ta-verify-helpers
6 pkcs11-ta-verify-helpers:
7 @$(cmd-echo-silent) ' CHK ' $@
8 ${q}ta/pkcs11/scripts/verify-helpers.sh --quiet
/optee_os/core/lib/qcbor/src/
H A Dieee754.h1 // SPDX-License-Identifier: BSD-3-Clause
3 * ieee754.h -- Conversion between half, double & single-precision floats
5 * Copyright (c) 2018-2024, Laurence Lundblade. All rights reserved.
7 * SPDX-License-Identifier: BSD-3-Clause
9 * See BSD-3-Clause license in README.md
24 * This implements floating-point conversion between half, single and
25 * double precision floating-point numbers, in particular convesion to
30 * not require any floating-point HW or library.
32 * This conforms to IEEE 754-2008, but note that it doesn't specify
35 * This is complete, supporting +/- infinity, +/- zero, subnormals and
[all …]
H A DUsefulBuf.c1 // SPDX-License-Identifier: BSD-3-Clause
3 * Copyright (c) 2016-2018, The Linux Foundation.
4 * Copyright (c) 2018-2024, Laurence Lundblade.
23 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
47 -------- ---- ---------------------------------------------------
51 3/6/2021 mcr/llundblade Fix warnings related to --Wcast-qual
52 01/28/2020 llundblade Refine integer signedness to quiet static analysis.
56 09/07/17 llundbla Fix critical bug in UsefulBuf_Find() -- a read off
74 * Public function -- see UsefulBuf.h
82 if(uOffset > Dest.len || Src.len > Dest.len - uOffset) { in UsefulBuf_CopyOffset()
[all …]
/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 - name: Checkout
17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages
18 - name: Update Git config
19 run: git config --globa
[all...]
/optee_os/lib/libutils/isoc/arch/arm/softfloat/doc/
H A DSoftFloat-source.html34 <TR><TD></TD><TD>5.2. Specializing Floating-Point Behavior</TD></TR>
38 <TD></TD><TD>5.5. Target-Specific Optimization of Primitive Functions</TD>
53 SoftFloat, a library of C functions implementing binary floating-point
54 conforming to the IEEE Standard for Floating-Point Arithmetic.
60 The source code for SoftFloat is intended to be relatively machine-independent
61 and should be compilable with any ISO-Standard C compiler that also supports
62 <NOBR>64-bit</NOBR> integers.
81 (Nearly all computers in use today have <NOBR>8-bit</NOBR> bytes.)
88 arithmetic on <NOBR>64-bit</NOBR> integers.
89 Earlier releases of SoftFloat included implementations of <NOBR>32-bit</NOBR>
[all …]
H A DSoftFloat.html29 <TR><TD></TD><TD>4.2. Floating-Point Types</TD></TR>
30 <TR><TD></TD><TD>4.3. Supported Floating-Point Functions</TD></TR>
33 <TD>4.4. Non-canonical Representations in <CODE>extFloat80_t</CODE></TD>
42 <TD>6.3. Rounding Precision for the <NOBR>80-Bit</NOBR> Extended Format</TD>
46 <TR><TD></TD><TD>8.1. Conversions from Integer to Floating-Point</TD></TR>
47 <TR><TD></TD><TD>8.2. Conversions from Floating-Point to Integer</TD></TR>
48 <TR><TD></TD><TD>8.3. Conversions Among Floating-Point Types</TD></TR>
50 <TR><TD></TD><TD>8.5. Fused Multiply-Add Functions</TD></TR>
52 <TR><TD></TD><TD>8.7. Round-to-Integer Functions</TD></TR>
55 <TR><TD></TD><TD>8.10. Raise-Exception Function</TD></TR>
[all …]