Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 25 of 269) sorted by relevance

1234567891011

/u-boot/tools/patman/
A Dstatus.py81 self.subject = None
112 self.prefix, self.version, seq_info, self.subject = mat.groups()[3:]
170 pmatch = [p for p in all_patches if p.subject == cmt.subject]
176 (seq + 1, cmt.subject,
177 '\n '.join([p.subject for p in pmatch])))
180 (seq + 1, cmt.subject))
187 cmatch = [c for c in all_commits if c.subject == patch.subject]
193 (seq + 1, patch.subject,
194 '\n '.join([c.subject for c in cmatch])))
197 (seq + 1, patch.subject))
[all …]
A Dcommit.py37 self.subject = ''
50 return self.subject
76 str = self.subject
A Dfunc_test.py92 def _get_patch_name(cls, subject): argument
798 commit1.subject = 'Subject 1'
800 commit2.subject = 'Subject 2'
802 commit3.subject = 'Subject 2'
805 patch1.subject = 'Subject 1'
807 patch2.subject = 'Subject 2'
809 patch3.subject = 'Subject 2'
900 commit1.subject = 'Subject 1'
902 commit2.subject = 'Subject 2'
1215 commit1.subject = 'Subject 1'
[all …]
/u-boot/include/crypto/
A Dx509_parser.h21 char *subject; /* Name of certificate subject */ member
/u-boot/lib/crypto/
A Dx509_public_key.c216 pr_devel("Cert Subject: %s\n", cert->subject); in x509_key_preparse()
242 sulen = strlen(cert->subject); in x509_key_preparse()
255 p = memcpy(desc, cert->subject, sulen); in x509_key_preparse()
A Dx509.asn113 subject Name ({ x509_note_subject }),
A Dpkcs7_verify.c359 x509->subject, in pkcs7_verify_sig_chain()
448 pr_debug("- subject %s\n", p->subject); in pkcs7_verify_sig_chain()
/u-boot/test/lib/
A Dasn1.c124 ut_assertf(!strcmp(cert->subject, "Linaro: Tester"), in lib_asn1_x509()
/u-boot/Licenses/
A Dmit.txt9 furnished to do so, subject to the following conditions:
A Dx11.txt9 so, subject to the following conditions:
/u-boot/bin/travis-ci/
A Dconf.M5208EVBE_qemu8 # Software is furnished to do so, subject to the following conditions:
/u-boot/lib/efi_loader/
A Defi_signature.c309 EFI_PRINT("%s: searching for %s\n", __func__, cert->subject); in efi_lookup_certificate()
325 cert_tmp->subject); in efi_lookup_certificate()
439 EFI_PRINT("Checking revocation against %s\n", cert->subject); in efi_signature_check_revocation()
/u-boot/tools/buildman/
A Dtest.py125 comm.subject = commit_info[1]
548 subject = self.commits[1].subject.translate(builder.trans_valid_chars)
549 dirname ='/%02d_g%s_%s' % (2, commits[1][0], subject[:20])
/u-boot/arch/arm/dts/
A Daxp152.dtsi29 * Software is furnished to do so, subject to the following
A Dsun5i-r8.dtsi30 * Software is furnished to do so, subject to the following
A Dat91sam9xe.dtsi30 * Software is furnished to do so, subject to the following
A Daxp809.dtsi29 * Software is furnished to do so, subject to the following
A Dcros-ec-sbs.dtsi29 * Software is furnished to do so, subject to the following
A Dimx6dl-hummingboard2-emmc-som-v15.dts29 * Software is furnished to do so, subject to the following
A Dimx6dl-hummingboard2-som-v15.dts29 * Software is furnished to do so, subject to the following
A Dimx6dl-hummingboard2.dts27 * Software is furnished to do so, subject to the following
A Dimx6q-cubox-i-emmc-som-v15.dts26 * Software is furnished to do so, subject to the following
A Dimx6q-cubox-i-som-v15.dts26 * Software is furnished to do so, subject to the following
A Dimx6q-cubox-i.dts26 * Software is furnished to do so, subject to the following
A Dimx6q-hummingboard-som-v15.dts27 * Software is furnished to do so, subject to the following

Completed in 46 milliseconds

1234567891011