Home
last modified time | relevance | path

Searched full:signed (Results 1 – 25 of 3328) sorted by relevance

12345678910>>...134

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/
H A D0002-Fix-assumed-signed-char.patch4 Subject: [PATCH 2/3] Fix assumed signed char
6 The code assumes that char is signed, but whether char is signed or
12 Fix this by specifying signed char.
16 Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com>
30 +static const signed char _address_trans_keys[] = {
39 + const signed char * _keys;
40 const signed char * _acts;
50 + const signed char *_lower = _keys;
51 + const signed char *_upper = _keys + _klen - 1;
52 + const signed char *_mid;
[all …]
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmicert_management.robot33 Get CSR Request Signed By VMI And Verify
34 [Documentation] Get CSR request signed by VMI using different user roles and verify.
36 [Template] Get Certificate Signed By VMI
76 [Template] Get Certificate Signed By VMI
91 Get Corrupted CSR Request Signed By VMI And Verify
94 [Template] Get Certificate Signed By VMI
170 …... Get Certificate Signed By VMI ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_…
171 …... Get Certificate Signed By VMI ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_…
172 …... Get Certificate Signed By VMI ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_…
173 …... Get Certificate Signed By VMI ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_…
[all …]
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.lex84 yylval->rvalue.signedness = SIGNED;
93 yylval->rvalue.signedness = SIGNED;
101 yylval->rvalue.signedness = SIGNED;
110 yylval->rvalue.signedness = SIGNED;
119 yylval->rvalue.signedness = SIGNED;
123 yylval->rvalue.signedness = SIGNED;
134 yylval->rvalue.signedness = SIGNED;
141 yylval->rvalue.signedness = SIGNED;
182 "fSATN" { yylval->sat.signedness = SIGNED;
187 yylval->cast.signedness = SIGNED;
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/
H A DMeasurementSet.interface.yaml7 This method generates an SPDM cryptographic signed statement over the
20 A 32-byte hex-encoded string to be signed with the measurements.
39 signed statement.
48 Base64 encoded cryptographic signed statement generated by the
54 cryptographic signed statement.
59 cryptographic signed statement.
/openbmc/qemu/docs/devel/
H A Dcode-provenance.rst17 Signed-off-by: YOUR NAME <YOUR@EMAIL>
51 The name used with "Signed-off-by" does not need to be your legal name, nor
57 ``Signed-off-by`` lines, matches that of the git commit ``Author`` field.
63 nonetheless expected to add their own ``Signed-off-by`` to comply with the
70 this scenario, git commits will usually be expected to have a ``Signed-off-by``
75 need not include a ``Signed-off-by``.
79 their own ``Signed-off-by`` added unless their code suggestion was
86 It can be said that in this case a ``Signed-off-by`` is indicating that
89 ``Signed-off-by`` for each contributor, as in some countries employees are
93 When multiple ``Signed-off-by`` tags are present, they should be strictly kept
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat/
H A Dmake-netcat_flag_count_work.patch6 signed char
7 A char has the same range of values as signed char on X86,
9 return a negative value, now we force variable c as signed char
14 Signed-off-by: Roy.Li <rongqing.li@windriver.com>
28 + register signed char c;
/openbmc/u-boot/doc/uImage.FIT/
H A Dsignature.txt10 The signature feature allows the hash to be signed with a private key such
95 When the image is signed, the following properties are added (mandatory):
99 When the image is signed, the following properties are optional:
101 - timestamp: Time when image was signed (standard Unix time_t format)
112 For config bindings (see Signed Configurations below), the following
117 two images will be looked up in the config and signed if present.
137 In order to verify an image that has been signed with a public key we need to
138 have a trusted public key. This cannot be stored in the signed image, since
171 Signed Configurations
175 FIT with the same signed images, but with the configuration changed such
[all …]
/openbmc/openbmc-build-scripts/config/gitlint/
H A Dbad_signedoffby.py7 name = "bad-signed-off-by"
17 x for x in commit.message.body if x.startswith("Signed-off-by:")
20 match = re.search("Signed-off-by: (.*) <(.*)>", sob)
23 RuleViolation(self.id, "Invalid Signed-off-by format", sob)
34 … "Signed-off-by user has too few words; likely user id instead of legal name?",
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_cmp.S1 /* Purpose: test a signed and unsigned comparison */
8 jump signed
11 .globl signed
12 signed: label
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c/
H A D0001-AVRO-3957-C-Fix-typos-in-docs-and-examples-2795.patch8 Signed-off-by: Sahil Kang <sahil.kang@asilaycomputing.com>
9 Signed-off-by: Sahil Kang <sahilkang@google.com>
19 Signed-off-by: Sahil Kang <sahil.kang@asilaycomputing.com>
20 Signed-off-by: Sahil Kang <sahilkang@google.com>
24 Signed-off-by: Sahil Kang <sahil.kang@asilaycomputing.com>
25 Signed-off-by: Sahil Kang <sahilkang@google.com>
28 Signed-off-by: mark.yang <mark.yang@lge.com>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0001-Use-unsigned-int-type-for-1-bit-integer-bitfield.patch6 In C++, signed integers are represented in two's complement. This also applies to signed bitfields.
7 A signed bitfield composed of one bit can therefore store a value in the range -1 to 0.
9 Therefore fix this case by using unsigned int instead of signed int
12 Signed-off-by: Khem Raj <raj.khem@gmail.com>
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-dco.py3 # check-dco.py: validate all commits are signed off
36 print("\nChecking for 'Signed-off-by: NAME <EMAIL>' " +
57 if "Signed-off-by:" in line:
64 print(" ❌ FAIL missing Signed-off-by tag")
70 ❌ ERROR: One or more commits are missing a valid Signed-off-By tag.
81 Signed-off-by: YOUR NAME <EMAIL>
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_signed_image_update.robot2 Documentation Redfish BMC/Host signed and unsigned code update
3 ... over BMC functional signed image.
36 Redfish Signed Code Update
37 [Documentation] BMC/Host signed code update over functional signed
40 [Template] Redfish Signed Firmware Update
47 [Documentation] BMC/Host unsigned code update over functional signed
77 Redfish Signed Firmware Update
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmodplug/libmodplug/
H A D0001-fastmix-Drop-register-storage-class-keyword.patch9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 const signed char *p = (signed char *)(pChn->pCurrentSample+pChn->nPos);\
34 const signed short *p = (signed short *)(pChn->pCurrentSample+(pChn->nPos*2));\
/openbmc/u-boot/doc/imx/habv4/guides/
H A Dencrypted_boot.txt36 cat u-boot-dtb.imx csf-u-boot.bin > u-boot-signed.imx
38 u-boot-signed.imx u-boot-signed-pad.bin
39 cat u-boot-signed-pad.imx DEK_blob.bin > u-boot-encrypted.imx
41 NOTE: u-boot-signed.bin needs to be padded to the value
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0003-configure.ac-allow-cross-compilation.patch12 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
13 Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
16 Signed-off-by: Changqing Li <changqing.li@windriver.com>
19 Signed-off-by: Randy MacLeod <randy.macleod@windriver.com>
20 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Dhiredis-use-default-CC-if-it-is-set.patch12 Signed-off-by: Venture Research <tech@ventureresearch.com>
15 Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
18 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
21 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
24 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
H A Doe-use-libc-malloc.patch12 Signed-off-by: Venture Research <tech@ventureresearch.com>
15 Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
18 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
21 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
/openbmc/openbmc/meta-arm/ci/
H A Dpatchreview9 # - validate signed-off-by
37 # Whether the patch has a Signed-off-by or not
39 # Whether the Signed-off-by tag is malformed in some way
41 # The Signed-off-by tag value
70 sob_re = re.compile(r"^[\t ]*(Signed[-_ ]off[-_ ]by:?)[\t ]*(.+)", re.IGNORECASE | re.MULTILINE)
84 # Find the Signed-off-by tag
88 if value != "Signed-off-by:":
155 print("Missing Signed-off-by tag (%s)" % patch)
159 print("Malformed Signed-off-by '%s' (%s)" % (r.malformed_sob, patch))
194 Patches missing Signed-off-by: %s
[all …]
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer-hook-default.sh18 if grep -q '^Signed-off-by:' $patchfile; then
19 # Insert before Signed-off-by.
20 …sed -i -e "0,/^Signed-off-by:/s#\(^Signed-off-by:.*\)#\(From $reponame rev: $rev\)\n\n\1#" $patchf…
/openbmc/u-boot/arch/nios2/include/asm/
H A Dtypes.h38 typedef signed char s8;
41 typedef signed short s16;
44 typedef signed int s32;
47 typedef signed long long s64;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0003-iconv-fix-detection.patch8 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 Signed-off-by: Changqing Li <changqing.li@windriver.com>
14 Signed-off-by: Claude Bing <cbing@cybernetics.com>
17 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Drequest.json47 "signed": true, boolean
56 "signed": true, boolean
65 "signed": true, boolean
74 "signed": true, boolean
84 "signed": false boolean
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dtfm_sign_image.bbclass2 # TF-M. Signed images are written to the deploy directory by default.
12 TFM_IMAGE_SIGN_DIR = "${WORKDIR}/tfm-signed-images"
13 TFM_IMAGE_SIGN_DEPLOY_DIR = "${WORKDIR}/deploy-tfm-signed-images"
64 # $3 ... signed binary size
67 # Note: The signed binary is copied to ${TFM_IMAGE_SIGN_DIR}
/openbmc/libcper/include/libcper/
H A DBaseTypes.h26 /// 8-byte signed value
34 /// 4-byte signed value
47 /// 2-byte signed value
64 /// 1-byte signed value
66 typedef signed char INT8;

12345678910>>...134